Ubuntu Linux: Start / stop / restart OpenSSH / ssh server
Start OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh start
$ sudo /etc/init.d/ssh start
Stop OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh stop
$ sudo /etc/init.d/ssh stop
Restart OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh restart
$ sudo /etc/init.d/ssh restart
Post a Comment