0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00
atmoz-sftp/sshd_config

8 lines
134 B
Text
Raw Normal View History

2014-10-07 15:34:24 -04:00
PermitRootLogin no
Subsystem sftp internal-sftp
2014-10-16 16:07:39 -04:00
ChrootDirectory %h
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp
2014-10-07 15:34:24 -04:00