Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sshd & the /etc/security/login.cfg file.

Status
Not open for further replies.

jprabaker

Technical User
Joined
May 31, 2001
Messages
185
Location
GB
Is it possible to get sshd to read login.cfg? I want it to display the herald message before the login: prompt.

I'm running 5300-02.
 
hi

sshd does not use login.cfg , if you want a message displayed before users login try setting the Banner
option in sshd_config

if you want a message to be displayed when users have logged in you can set PrintMotd = yes in sshd_config file
this reads /etc/motd

for more details type man sshd_config

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top