Key-Based Auth & Configuration Generating & Deploying Keys ssh-keygen -t ed25519 -C "you@example.com" # modern, fast, secure default # adding a passphrase means a stolen key FILE alone isn't immediately usable ssh-copy-i…
ReadFile Transfer & Tunneling SCP, SFTP & rsync scp file.txt user@host:/remote/path/ # local -> remote scp user@host:/remote/file.txt . # remote -> local scp user@host1:/path/file user@host2:/path/ # remote -> remote, stream…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever