Linux Troubleshooting

Access Denied : Unable to login

2023-12-10  本文已影响0人  yangqing

环境

问题

解决

/etc/hosts.allow
====
...
...
sshd: 10.10.10.1, 10.10.10.2, 10.10.10.3, 10.10.10.4, 10.10.10.5, 10.10.10.6, 10.10.10.7, 10.10.10.8, 10.10.10.9, 10.10.10.10
====

根本原因

/etc/hosts.allow
====
...
...
sshd: 10.10.10.1, 10.10.10.2, 10.10.10.3, 10.10.10.4, 10.10.10.5, 10.10.10.6, 10.10.10.7 10.10.10.8 10.10.10.9 10.10.10.10
====

诊断步骤

/etc/hosts.allow
====
...
...
sshd: 10.10.10.1, 10.10.10.2, 10.10.10.3, 10.10.10.4, 10.10.10.5, 10.10.10.6, 10.10.10.7 10.10.10.8 10.10.10.9 10.10.10.10
====

/etc/hosts.deny
====
...
...
sshd: ALL
====
上一篇 下一篇

猜你喜欢

热点阅读