Oct 25, 2005 #1 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.
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.
Oct 25, 2005 #2 DSMARWAY Technical User Joined Jun 25, 2002 Messages 640 Location GB 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 Upvote 0 Downvote
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