Ssh

From vpsget wiki
Revision as of 09:43, 13 September 2013 by Vq (talk | contribs)
Jump to: navigation, search

Secure shell(ssh)is a network protocol for secure data communication with your server

How to use ssh

To connect to your server use ssh client like putty.

1. Download putty and run it.

2. In a window appeared enter your server IP or domain name, ssh port (22 by defailt), login (usually: root) and password.

3. Press "Connect".

If connection is successful you should see command promt. Now you can enter ssh commands to operate your server.

[root@test ~]#