If you are looking to connect server with your linux terminal. Please follow the below process:
1) You should have .pem file, username and IP address or URL of your server.
2) Open Terminal
3) Get to your folder under .pem file reside. Like I have my ppk file in /home/evon/Desktop/abc/xyzabcwxy.pem
4) I will give command on terminal "cd /home/evon/Desktop/abc/"
5) cd ssh -i "xyzabcwxy.pem" username@ipaddress
6) Replace your username with username and ipaddress with IP or URL
7) Now you will get connected with you server.
0 Comment(s)