{"id":16593,"date":"2014-12-30T08:54:20","date_gmt":"2014-12-30T14:54:20","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=16593"},"modified":"2022-06-03T03:46:27","modified_gmt":"2022-06-03T08:46:27","slug":"connect-to-your-linux-vps-via-ssh","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/connect-to-your-linux-vps-via-ssh\/","title":{"rendered":"Connecting via SSH to your server"},"content":{"rendered":"
<\/p>\n
We’ll show you how to connect your VPS Server via SSH. If you have a new Linux VPS and you are not familiar with the procedure how to manage your server, we will show you few simple steps to connect to it for the first time and to be able to use some of its\u00a0basic operations. If you are ready, we can start.\u00a0Connecting via SSH to your server, is an easy task if you carefully follow our tutorial bellow.<\/p>\n
<\/p>\n
To connect to your Linux VPS no matter if it is CentOS VPS, Ubuntu VPS etc., you can use SSH. SSH is a secure network protocol for data communication between two remote computers. This means you can access your server securely, execute commands securely\u00a0and manage your server securely.<\/p>\n
However, in order to connect to your server via SSH you will need to have an SSH client installed on your local computer. If you have Linux or Mac OS X installed on your computer, you can use the OpenSSH client. On the other hand, if you use\u00a0Windows as an operating system,\u00a0you can use free software called Putty to connect to your server. You can download Putty from<\/p>\n
http:\/\/the.earth.li\/~sgtatham\/putty\/latest\/x86\/putty.exe<\/a>.<\/p>\n Linux\/Mac OS X<\/strong><\/p>\n To connect to your server via SSH on Linux or Mac OS X you need to open the Terminal and type the following command:<\/p>\n Please remember to replace 1.1.1.1 with the IP address of your server and 2222 with the listening port of your server’s SSH daemon.<\/p>\n You will get the following message because\u00a0you try\u00a0to connect to your server for the first time:<\/p>\n Type ‘yes’ and press enter. Then, you will need to authenticate yourself so you can connect to your server. You will need to enter your ‘root’ user password. Your ‘root’ password along with the IP address of your server and the SSH listening port can be found\u00a0in the email sent by our admins once your sign up for our services.<\/p>\n After you type in\u00a0the password, press enter and that’s it, you are connected to your server via SSH and you can manage your Linux VPS.<\/p>\nssh root@1.1.1.1 -p2222<\/pre>\n
The authenticity of host '1.1.1.1 (1.1.1.1)' can't be established.\r\nRSA key fingerprint is 89:09:f3:03:c2:98:a5:a9:cf:ce:6f:8d:8f:ea:c8:a3.\r\nAre you sure you want to continue connecting (yes\/no)?<\/pre>\n