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 keyLast updated
Secure shell, remote computer access
ssh [username]@[public-DNS]
exit to close connection
ssh-keygen
cat ~/.ssh/id_rsa.pub #to see public keyLast updated