mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
sshd_config: add Fedora & Gentoo sftp-server
thanks Conjuro and @DarthGandalf on #znc
This commit is contained in:
parent
774346c8d0
commit
7470403158
@ -52,6 +52,16 @@ Port 22
|
||||
ListenAddress 0.0.0.0
|
||||
ListenAddress ::
|
||||
|
||||
# Uncomment one of the following depending on which OS
|
||||
## Arch
|
||||
#Subsystem sftp /usr/lib/ssh/sftp-server
|
||||
## Debian
|
||||
#Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
## Fedora (21)
|
||||
#Subsystem sftp /usr/libexec/openssh/sftp-server
|
||||
# Gentoo (/usr/lib is a symlink)
|
||||
#Subsystem /usr/lib/misc/sftp-server
|
||||
|
||||
# VERBOSE logging, logs user's key fingerprint on login. Needed to have a
|
||||
# clear audit track of which key was using to log in.
|
||||
LogLevel VERBOSE
|
||||
|
Loading…
Reference in New Issue
Block a user