home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / ssh / ssh_config < prev   
Encoding:
Text File  |  2012-08-03  |  421 b   |  19 lines

  1. Host 192.168.* 10.* 172.16.*
  2. ProxyCommand none
  3.  
  4. Host *
  5.  
  6. ProxyCommand connect-proxy -S 127.0.0.1:9050 %h %p
  7.  
  8. Ciphers                 aes256-ctr,aes256-cbc,aes128-ctr,aes128-cbc,3des-cbc
  9. MACs                    hmac-sha1,hmac-md5,hmac-ripemd160
  10.  
  11. Compression yes
  12. CompressionLevel 9
  13.  
  14. ForwardX11              no
  15. ForwardX11Trusted       no
  16.  
  17. # Prevent fingerprinting when username was not specified
  18. User                    root
  19.