linux Concept BranchWhat is Linux? Just like Windows, iOS, and Mac OS, Linux is an operating system.

In fact, one of the most popular platforms on the planet, Android, is powered by Linux.

Creating Private Key and Public Key (Linux)
  1. Open the terminal (e.g. xterm) on your client computer.
  2. Enter the following command in the terminal: ssh-keygen -t rsa. ...
  3. Enter the complete file path where the key pair is to be saved. The message Enter passphrase (empty for no passphrase): is displayed.
  4. Optional Enter a password and repeat it.
Where do I put public key on Linux server?
The public key is uploaded to a remote server that you want to be able to log into with SSH. The key is added to a special file within the user account you will be logging into called ~/. ssh/authorized_keys