centos 7:与命令一起使用时 rsh 权限被拒绝

centos 7:与命令一起使用时 rsh 权限被拒绝

当我对服务器使用 rexec 时,它可以工作,但 rsh 不工作。知道可能是什么问题吗?

使用 rexec

$ rexec 10.60.114.192 echo hi
Password: 
hi

使用 rsh

$ rsh 10.60.114.192 echo hi
Permission denied.

我已经关注https://www.itzgeek.com/how-tos/linux/centos-how-tos/setup-remote-shell-access-rsh-on-centos-7-rhel-7.html

rhosts.equiv

# cat /etc/rhosts.equiv 
+ + 

安全

# cat /etc/securetty 
rsh
rexec
rlogin

更新:奇怪的是,我可以通过 rsh 登录

$ rsh 10.60.114.192 
Password: 
Last login: Mon Apr 23 06:11:04 on pts/0

相关内容