Install ssh
Written by Administrator
Saturday, 10 October 2009 11:45
PDF Print E-mail

install ssh.png

Using apt i downloaded and installed openssh-server. This programs allow me to have access to the server using secure channel.

 

 

login to arc1.png

Login to the server using putty. Save the session so no need any more to type the server's IP.

 

accept the key.png

Accept the new rsa2 Key that server sent to me.

 

sshonarc.png

Login locally to my server.  I am on it.

 

Change ssh port for security reason

edit_sshd_config.png

Edit sshd_config file using vi editor.

 

change_ssh_port.png

Change the default port that ssh use.

 

restart_ssh.png

Restart he services.

 

telnet_ssh.png

Check if the ssh program is listen to a new port using telnet and putty.

 

newport_ssh.png

 

 

 

 

Last Updated ( Saturday, 10 October 2009 19:51 )