ssh禁止root用户登录
http://my.oschina.net/u/2292763/blog/506469
查看ssh服务是否安装 [root@localhost ~]# rpm -qa |grep -E '(ssh.*server|server.*ssh)' openssh-server-5.3p1-70.el6.i686 查看配置文件 [root@localhost ~]# rpm -qc openssh-server /etc/pam.d/ssh-keycat /etc/pam.d/sshd /etc/ssh/sshd_config /etc/sysconfig/sshd man手册查看禁止root登录的选项 [root@localhost ~]# man /etc/ssh/sshd_config [root@localhost ~]# vim /etc/ssh/sshd_config PermitRootLogin no 验证 [10:22:20 talen@BJB0300 ~ ]$ ssh -l root 192.168.74.129 [email protected]'s password: Permission denied, please try again. [email protected]'s password: [10:22:48 talen@BJB0300 ~ ]$ ssh -l talen 192.168.74.129 [email protected]'s password: [talen@localhost ~]$ ls Desktop Documents Downloads Music Pictures Public Templates Videos root用户无法登录,普通用户可以登录
相关推荐
tosim 2020-06-24
returnspace 2020-06-21
projava 2020-11-14
WanKaShing 2020-11-12
airfish000 2020-09-11
tryfind 2020-09-14
yegen00 2020-09-10
kkaazz 2020-09-03
风语者 2020-09-02
BraveWangDev 2020-08-19
lichuanlong00 2020-08-15
gsl 2020-08-15
pandaphinex 2020-08-09
yhuihon 2020-08-09
CheNorton 2020-08-02
xiangqiao 2020-07-28
hpujsj 2020-07-26
hpujsj 2020-07-26