Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ssh-config
  2.  
  3.  
  4. Match Group testing
  5. # Force the connection to use the built-in SFTP support.
  6. ForceCommand internal-sftp -d testing
  7. # Chroot the connection into the specified directory.
  8. ChrootDirectory /dump
  9. # Disable network tunneling
  10. PermitTunnel no
  11. # Disable authentication agent forwarding.
  12. AllowAgentForwarding no
  13. # Disable TCP connection forwarding.
  14. AllowTcpForwarding no
  15. # Disable X11 remote desktop forwarding.
  16. X11Forwarding no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement