วันพฤหัสบดีที่ 7 มิถุนายน พ.ศ. 2555

Secure Shell on Linux (SSH)


Ubuntu Linux: Start OpenSSH Server

Type the following command:
$ sudo /etc/init.d/ssh start
   OR
$ sudo service ssh start


Ubuntu Linux: Stop OpenSSH server

Type the following command:
$ sudo /etc/init.d/ssh stop
   OR
$ sudo service ssh stop


Ubuntu Linux: Restart OpenSSH server

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

ไม่มีความคิดเห็น:

แสดงความคิดเห็น