Config File Collection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ssh_config 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Host ahorn_tmux
  2. User dirk
  3. Port 22
  4. RequestTTY yes
  5. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  6. Host alders_tmux
  7. User dirk
  8. Port 22
  9. RequestTTY yes
  10. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  11. Host buche_tmux
  12. User dirk
  13. Port 22
  14. RequestTTY yes
  15. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  16. Host erle_tmux
  17. User dirk
  18. Port 22
  19. RequestTTY yes
  20. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  21. Host ffe_tmux
  22. User dirk
  23. Port 22
  24. RequestTTY yes
  25. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  26. Host ffw_tmux
  27. User dirk
  28. Port 22
  29. RequestTTY yes
  30. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  31. Host leyk
  32. User dirk
  33. Port 22
  34. RequestTTY yes
  35. # RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  36. Host mm_tmux
  37. HostName mount-mockery.de
  38. User root
  39. Port 22
  40. RequestTTY yes
  41. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  42. Host multimedia_tmux
  43. User dirk
  44. Port 22
  45. RequestTTY yes
  46. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  47. Host multimedia_ext
  48. User dirk
  49. ProxyCommand ~/bin/pdns-proxy multimedia
  50. RequestTTY yes
  51. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  52. LocalForward 1880 localhost:1880
  53. Host multimedia_kb
  54. HostName 192.168.0.2
  55. User pi
  56. Port 22
  57. RequestTTY yes
  58. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  59. Host raspiscreen_tmux
  60. User dirk
  61. Port 22
  62. RequestTTY yes
  63. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh