Posts tagged as:

start ssh

Q. I need to provide remote access to my server. How do I start / stop ssh server under Ubuntu Linux 7.04 operating system?
A. You need to run script /etc/init.d/ssh to stop / start / restart OpenSSH server.
Start OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh start
Stop OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh stop
Restart [...]

{ 2 comments }