activating ssh in ubuntu 9.10 karmic

As usual ubuntu always need some extra setting when we need one. For example I need to install ssh server in it. Ubuntu doesn’t have one. So we need to find the program first.

#sudo apt-get install openssh-client
#sudo apt-get install openssh-server
#sudo nano /etc/ssh/ssh_config

Uncheck Port 22 or we can change the port to the empty one.

Restart the ssh

#sudo /etc/init.d/ssh restart

That’s it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.