Difference between revisions of "Sftp chroot configuration"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 21: Line 21:
 
== See also ==
 
== See also ==
 
* {{sftp}}
 
* {{sftp}}
 +
* {{rsync}}
  
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Revision as of 16:47, 5 May 2020


#Subsystem sftp /usr/lib/openssh/sftp-server
Subsystem sftp internal-sftp

and create a user section at the end of the file (ssh can die respawning if placed after Subsystem line):

Match User john
   ChrootDirectory %h
   ForceCommand internal-sftp
   AllowTCPForwarding no
   X11Forwarding no


scp error

 protocol error: mtime.sec not present


See also

Advertising: