6 ms·
If you hadn’t discovered this already with you mac CLI commands, OpenSSH from OpenSSL ‘ssh-keygen’ command is a good way to create SSH keys in ClI and ships in
by ok_computer 1y ago
If you hadn’t discovered this already with you mac CLI commands, OpenSSH from OpenSSL ‘ssh-keygen’ command is a good way to create SSH keys in ClI and ships in many OSes or is a lightweight download. The OpenSSL website name is unambiguous, which is a benefit.
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent https://docs.github.com/en/authentication/connecting-to-gith...
- wolf550e 1y agoOpenSSH and OpenSSL are completely unrelated projects.
- ok_computer 1y agoIndependent projects but not unrelated since there was a historical dependency from OpenSSH to OpenSSL. https://serverfault.com/questions/780476/generating-ssh-keys-with-openssl-or-ssh-keygen https://serverfault.com/questions/780476/generating-ssh-keys... My knowledge was a bit outdated by about a decade.
- hammock 1y agoSsh-keygen is what I ended up using. At chatgpt recommendation