config 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Host *
  2. Compression yes # speed up data transfer, especially for larger files
  3. ControlMaster yes
  4. ServerAliveInterval 20
  5. TCPKeepAlive no
  6. StrictHostKeyChecking no
  7. # docker
  8. Host 172.17.*
  9. User root
  10. UserKnownHostsFile=/dev/null
  11. Host *.lan
  12. User adam
  13. Host jh
  14. User lidof
  15. Hostname lidof-test1.opi.org.pl
  16. # Hostname 10.20.20.224
  17. ForwardAgent yes # -A flag
  18. Host jh2 # in case if i break something
  19. User lidof
  20. Hostname lidof-test2.opi.org.pl
  21. # Hostname 10.20.20.234
  22. ForwardAgent yes
  23. Host *.opi.org.pl
  24. User lidof
  25. ProxyJump jh
  26. ForwardAgent yes
  27. Host oracle-emcc.opi.org.pl
  28. User asalwowski
  29. ProxyJump jh
  30. Host lepotato
  31. Hostname 192.168.0.2
  32. User admin
  33. Host orpd-dev-app
  34. Hostname orpd-dev-app
  35. ProxyJump jh
  36. User lidof
  37. IdentityFile ~/.ssh/id_rsa
  38. HostKeyAlgorithms +ssh-rsa
  39. PubkeyAcceptedAlgorithms +ssh-rsa