mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05: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:
parent
85e2f749b4
commit
932c2264f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue