Ubuntu Linux: Start / stop / restart OpenSSH / ssh server @mindaiict · 15.1.10

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 OpenSSH server

Type the following command:
$ sudo /etc/init.d/ssh restart

👍 👁