SSH
Logging in with ssh:
Through username and password:
ssh username@ip_of_machine, then type in password
Through username and private key: (get private key from /home/$USER/.ssh/id_rsa
ssh -i private_key_file username@ip_of_machine
Last updated
Logging in with ssh:
Through username and password:
ssh username@ip_of_machine, then type in password
Through username and private key: (get private key from /home/$USER/.ssh/id_rsa
ssh -i private_key_file username@ip_of_machine
Last updated