mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
932c2264f2
Makes login faster: http://unix.stackexchange.com/questions/56941/what-is-the-point-of-sshd-usedns-option
7 lines
143 B
Text
7 lines
143 B
Text
UseDNS no
|
|
PermitRootLogin no
|
|
Subsystem sftp internal-sftp
|
|
ChrootDirectory %h
|
|
X11Forwarding no
|
|
AllowTcpForwarding no
|
|
ForceCommand internal-sftp
|