Difference between revisions of "Ssh"

From vpsget wiki
Jump to: navigation, search
(Created page with "Secure shell(ssh)is a network protocol for secure data communication with your server <h2>How to use ssh</h2> To connect to your server via ssh use ssh client like putty.<br/>...")
 
Line 1: Line 1:
 
Secure shell(ssh)is a network protocol for secure data communication with your server
 
Secure shell(ssh)is a network protocol for secure data communication with your server
 
<h2>How to use ssh</h2>
 
<h2>How to use ssh</h2>
To connect to your server via ssh use ssh client like putty.<br/>
+
To connect to your server use ssh client like putty.
1. [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Download putty] and run it.<br/>
+
 
2. In a window appeared enter your server IP or domain name, ssh port (22 by defailt), login (usually: root) and password.<br/>
+
1. [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Download putty] and run it.
3. Press "Connect".<br/>
+
 
 +
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.
 
If connection is successful you should see command promt. Now you can enter ssh commands to operate your server.
 
  [root@test ~]#  
 
  [root@test ~]#  

Revision as of 09:43, 13 September 2013

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 ~]#