2015年4月30日 星期四

CentOS 7 關閉root使用SSH登入


關閉root使用SSH登入
vi /etc/ssh/sshd_config
#PermitRootLogin yes
修改為:
PermitRootLogin no

#systemctl restart sshd.service

沒有留言:

ubuntu 安裝完kubernetes後做apt-get update會出現錯誤

root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...