Start / stop / restart OpenSSH / ssh server
Geschrieben in Debian Server am 11. August 2010 0 Kommentare »
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 via Ubuntu Linux: Start / stop / restart OpenSSH / ssh server.