2008/05/01

【Ubuntu】安裝ssh

先更新系統套件
$ sudo apt-get update

安裝ssh套件
$ sudo apt-get install openssh-server

修改 port
#cd /etc/ssh
#vi sshd_config
#sudo /etc/init.d/ssh  restart

沒有留言:

NGINX SSL/設定檔案

#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #...