SSH
Secure shell, remote computer access
ssh [username]@[public-DNS]
exit
to close connection
Generate new ssh key
ssh-keygen
cat ~/.ssh/id_rsa.pub #to see public key
Last updated
Secure shell, remote computer access
ssh [username]@[public-DNS]
exit
to close connection
ssh-keygen
cat ~/.ssh/id_rsa.pub #to see public key
Last updated