/
SSH Key Setup
SSH Key Setup
login as the user
do the following
mkdir .ssh chmod 700 .ssh cd .ssh touch authorized_keys chmod 600 authorized_keys
put the public keys into the authorized_keys file
, multiple selections available,
Related content
Generate Private and Public Encryption Keys
Generate Private and Public Encryption Keys
More like this
Create an SSH Login Session
Create an SSH Login Session
More like this
PuTTY and SSH
PuTTY and SSH
More like this