Category: Security
Doing SSH right (on Windows)
Windows now ships with OpenSSH, making life easier for all of us. Generating an SSH Keypair I generate my SSH keys with the following considerations in mind: You now have a private key file and a public key file (.pub). The private key file never leaves your computer. The permissions for the public key are…
