Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 203 Bytes

03-create-rsa-keys.md

File metadata and controls

29 lines (17 loc) · 203 Bytes

create-rsa-keys

cd $HOME

ls -ltr ~/.ssh

ssh-keygen 

# enter

# enter 

# enter
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
ssh localhost

# yes

exit