Advertisement
josephxsxn

ssh_config

Jun 4th, 2018 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. #cat ~/.ssh/config
  2. #CanonicalizeHostname yes
  3. #CanonicalDomains boardreader.com
  4.  
  5. Host *.boardreader.com
  6.     User root
  7.     StrictHostKeyChecking no
  8.    
  9. Host *                    
  10.      ForwardAgent no
  11.      ForwardX11 no
  12.      ForwardX11Trusted yes
  13.      User telore
  14.      Port 22
  15.      Protocol 2
  16.      ServerAliveInterval 60
  17.      ServerAliveCountMax 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement