openssh: show banner on login

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-08 11:22:58 +02:00
parent 7e9db72b22
commit 4d4bcfe311

View File

@ -32,6 +32,7 @@ HostKey ~/.cache/ssh/ssh_host_dsa_key
# Logging
# obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
SyslogFacility AUTHPRIV
#LogLevel INFO
# Authentication:
@ -106,7 +107,7 @@ HostKey ~/.cache/ssh/ssh_host_dsa_key
#ChrootDirectory none
# no default banner path
#Banner none
Banner /etc/issue
# override default of no subsystems
Subsystem sftp /usr/libexec/sftp-server