You are not logged in.
Pages: 1
To get ssh working, I go into the /etc/hosts.deny and comment out the line
ALL: ALL: DENY
I noticed that there is a hosts.allow file. How do I go about using the hosts.allow file? How can I use both the hosts.allow and hosts.deny together? What is the format for hosts.allow/deny?
Offline
man 5 hosts_access
this is the man page, remeber to put 5 after man othervise another man page is dispalyed
Offline
[jchu@hercules jchu]$ cat /etc/hosts.allow
#
# /etc/hosts.allow
#
sshd: ALL
smbd: ALL
nmbd: ALL
# End of file
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Thank you, that works like I had hoped.
Offline
Pages: 1