SSH Key authorization
23 words
In short:
- log into the system
ssh user@remotehost
- create the needed directory
mkdir $HOME/.ssh; chmod 700 $HOME/.ssh
- create the
authorized_keys
filevi $HOME/.ssh/authorized_keys
In short:
ssh user@remotehost
mkdir $HOME/.ssh; chmod 700 $HOME/.ssh
authorized_keys
file vi $HOME/.ssh/authorized_keys