Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Dec 312009
 

How to install SSH server in Ubuntu?

Answer:

If you did not select to install the OpenSSH server during Ubuntu setup process, you can install afterward using the command

sudo apt-get install openssh-server

And make sure the OpenSSH server is running, by

sudo /etc/init.d/ssh restart

Reference: https://help.ubuntu.com/7.04/server/C/openssh-server.html

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>