0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2025-03-09 15:16:00 -04:00

Set UseDNS no

Makes login faster: http://unix.stackexchange.com/questions/56941/what-is-the-point-of-sshd-usedns-option
This commit is contained in:
Adrian Dvergdal 2015-04-27 11:44:18 +02:00
parent 85e2f749b4
commit 932c2264f2

View file

@ -1,7 +1,7 @@
UseDNS no
PermitRootLogin no PermitRootLogin no
Subsystem sftp internal-sftp Subsystem sftp internal-sftp
ChrootDirectory %h ChrootDirectory %h
X11Forwarding no X11Forwarding no
AllowTcpForwarding no AllowTcpForwarding no
ForceCommand internal-sftp ForceCommand internal-sftp