Config File Collection
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ssh_config 770B

123456789101112131415161718192021222324252627
  1. Host mm
  2. HostName mount-mockery.de
  3. User root
  4. Port 22
  5. RequestTTY yes
  6. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  7. Host alders ahorn buche multimedia leyk ffe ffw gfw raspiscreen
  8. User dirk
  9. Port 22
  10. RequestTTY yes
  11. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  12. Host multimedia_kb
  13. HostName 192.168.0.2
  14. User pi
  15. Port 22
  16. RequestTTY yes
  17. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  18. Host multimedia_ext
  19. User dirk
  20. ProxyCommand ~/bin/pdns-proxy multimedia
  21. RequestTTY yes
  22. RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
  23. LocalForward 1880 localhost:1880