Skip to content

Commit 473a2aa

Browse files
committed
fix: Commenter la directive ChrootDirectory dans la configuration SSH pour une meilleure clarté
1 parent b71ffd0 commit 473a2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sftp/common/etc/ssh/sshd_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AllowTcpForwarding no
1616
# Force sftp and chroot jail
1717
Subsystem sftp internal-sftp
1818
ForceCommand internal-sftp
19-
ChrootDirectory %h
19+
# ChrootDirectory %h
2020

2121
# Enable this for more logs
2222
#LogLevel VERBOSE

0 commit comments

Comments
 (0)