How To - SSH Key Generation
ssh-keygen
Ssh-keygen is a tool for creating new authentication key pairs for SSH. Such key pairs are used for automating logins, single sign-on, and for authenticating hosts.
1. Generate a ssh key
Open the Terminal app and run
$ ssh-keygen
Just...
aksinha.hashnode.dev2 min read