Answers for "ssh to server"

1

login to ssh with password

ssh -o PasswordAuthentication=yes user@hostname
Posted by: Guest on October-22-2020
9

ssh login

ssh [username]@[ip]
Posted by: Guest on July-21-2020
0

ssh to server

username@machine:~$ ssh [email protected] –p7654 [email protected]’s password:

The authenticity of host '185.52.53.222 (185.52.53.222)' can't be established. ECDSA key fingerprint is SHA256:9lyrpzo5Yo1EQAS2QeHy9xKceHFH8F8W6kp7EX2O3Ps. Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ' 185.52.53.222' (ECDSA) to the list of known hosts. 

username@host:~$
Posted by: Guest on August-03-2021
2

access ssh session

ssh -i <KEY CERTIFICATE | .ppk or .pem file> <URL for local or remote server>
Posted by: Guest on May-12-2020

Browse Popular Code Answers by Language