Advertisement
bueddl

Untitled

Aug 3rd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # ssh (secure shell) configuration file
  2. Host test1
  3. HostName 123.456.789.0
  4. Port 980
  5. User MeinBenutzerName
  6.  
  7. Host test2
  8. HostName test.mynet.local
  9. User test
  10. CheckHostIP no
  11. Cipher blowfish
  12.  
  13. Host foobar
  14. HostName domain.tld
  15. Port 55550
  16. User fanta
  17. IdentityFile ~/.ssh/private_ssh_key_rsa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement