How to connect a server
by JOHN
jwstory
How to connect a server using SSH in terminal
- Download default key.
- Move the downloaded key to target directory.
- sudo chmod 400 /path/to/target directory/private-key.pem
- ssh -i /path/to/private-key.pem username@public-ip-address
username
0
Leave a Comment: