SSH (22)
Secure Shell.
Port
Config File
Interact
ssh <USER>@<IP>ssh -i <KEY> <USER>@<IP>SSH Key
ssh-keygenUpload Key on Server SSH
Last updated
ssh-keygen -f ~/.ssh/id_rsa -N ""
ssh-copy-id -i ~/.ssh/id_rsa.pub <USER>@<IP>