What 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)
- Open the terminal (e.g. xterm) on your client computer.
- Enter the following command in the terminal: ssh-keygen -t rsa. ...
- Enter the complete file path where the key pair is to be saved. The message Enter passphrase (empty for no passphrase): is displayed.
- Optional Enter a password and repeat it.