config 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. ##### My (demuredemeanor) ~/.ssh/config
  2. # Uses tabstop=4; shiftwidth=4 tabs; foldmarker={{{,}}};
  3. # https://notabug.org/demure/dotfiles/
  4. # legacy repo http://github.com/demure/dotfiles
  5. ## If you are reading this, read:
  6. # http://blogs.perl.org/users/smylers/2011/08/ssh-productivity-tips.html
  7. ### Internet Places ### {{{
  8. ### DD ### {{{
  9. host dd
  10. hostName demu.red
  11. Port 500
  12. host ddx
  13. hostName demu.red
  14. Port 500
  15. ForwardX11 yes
  16. ForwardX11Trusted no
  17. host ddcomp
  18. hostName localhost
  19. Port 2001
  20. host ddtiny
  21. hostName localhost
  22. Port 2002
  23. ## for dd to sdf irc
  24. Host ddirc
  25. HostName ma.sdf.org
  26. LocalForward 2003 irc.sdf.org:6667
  27. User demure
  28. ServerAliveCountMax 300
  29. ServerAliveInterval 15
  30. ### End DD ### }}}
  31. ### SDF ### {{{
  32. host ma
  33. HostName ma.sdf.org
  34. host max
  35. HostName ma.sdf.org
  36. #ForwardAgent no
  37. ForwardX11 yes
  38. #ForwardX11Timeout 596h
  39. ForwardX11Trusted no
  40. host sdf
  41. HostName tty.sdf.org
  42. host cork
  43. hostName ma.sdf.org
  44. ProxyCommand corkscrew proxy.example.com 8080 %h %p
  45. host matiny
  46. hostName localhost
  47. Port 63753
  48. ### End SDF ### }}}
  49. host mdns
  50. hostName demure.mdns.org
  51. Port 8080
  52. host sleep
  53. hostName sleepermud.net
  54. host gnu
  55. hostName fencepost.gnu.org
  56. ### End Internet Places ### }}}
  57. ### Local Places ### {{{
  58. host comp doom
  59. hostName moving-computer-of-doom.local
  60. host tiny
  61. HostName tiny-computer-of-doom.local
  62. host net
  63. HostName moving-netbook-of-doom.local
  64. host device
  65. HostName moving-device-of-doom.local
  66. User mobile
  67. host tv
  68. HostName tv-of-doom.local
  69. User mobile
  70. host route
  71. hostName 10.0.0.1
  72. User root
  73. Port 1337
  74. ### End Local Places ### }}}
  75. ## Default settings, unless overridden above
  76. host *
  77. User demure
  78. Port 22
  79. GSSAPIAuthentication no
  80. ## https://pthree.org/2013/05/30/openssh-keys-and-the-drunken-bishop/
  81. VisualHostKey yes