mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
# Logging
|
||||||
# obsoletes QuietMode and FascistLogging
|
# obsoletes QuietMode and FascistLogging
|
||||||
#SyslogFacility AUTH
|
#SyslogFacility AUTH
|
||||||
|
SyslogFacility AUTHPRIV
|
||||||
#LogLevel INFO
|
#LogLevel INFO
|
||||||
|
|
||||||
# Authentication:
|
# Authentication:
|
||||||
@ -106,7 +107,7 @@ HostKey ~/.cache/ssh/ssh_host_dsa_key
|
|||||||
#ChrootDirectory none
|
#ChrootDirectory none
|
||||||
|
|
||||||
# no default banner path
|
# no default banner path
|
||||||
#Banner none
|
Banner /etc/issue
|
||||||
|
|
||||||
# override default of no subsystems
|
# override default of no subsystems
|
||||||
Subsystem sftp /usr/libexec/sftp-server
|
Subsystem sftp /usr/libexec/sftp-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user