How to install SSH in ubuntu 12.10 [ tutorial ]

SSH stands for secure shell , many of you familiar to it , it is mainly used as remote administration tool and transferring files using SFTP see more about SSH 



Installing SSH server and Client in ubuntu 12.10

Install via synaptic or ubuntu software center


search for SSH and install it




apt command line  : 


sudo apt-get install openssh-server openssh-client -y

configure sshd


  • sudo gedit /etc/ssh/sshd
  • set remote login to no
  • generate ssh keys

you can also generate rsa dsa keys by speciafying -t rsa or -t dsa

watch video to see in action 




see how to install Synaptic 

No comments:

Post a Comment

leave your comments
Thanks !