Add Public SSH Key to Remote Server in a Single Command From HowToGeek
If you want to setup SSH keys to allow logging in without a password, you can do so with a single command.
The first thing you’ll need to do is make sure you’ve run the keygen command to generate the keys:
|
1 |
ssh-keygen -t rsa |
. . . → Read More: Add Public SSH Key to Remote Server in a Single Command