Results 1 to 2 of 2
Goal:
Create a pre-login banner for individuals logging into the system using tcp wrappers. through ssh, ftp,
Summary:
Using the built-in tcp wrappers I would like to install a banner ...
- 09-17-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 2
System banner
Goal:
Create a pre-login banner for individuals logging into the system using tcp wrappers. through ssh, ftp,
Summary:
Using the built-in tcp wrappers I would like to install a banner so that when users access the server they will see a banner (legal disclaimer/message).
- 09-17-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Because of protocol differences, that would of course have to be handled differently depending on each protocol. When it comes to SSH, I think the best option is /etc/motd, don't you agree?


Reply With Quote
