mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
openssh: show banner on login
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7e9db72b22
commit
4d4bcfe311
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user