config 655 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Host *
  2. ControlPath ~/.ssh/%r@%h:%p
  3. ControlMaster auto
  4. ControlPersist 30m
  5. ServerAliveInterval 60
  6. HostKeyAlgorithms ssh-ed25519,ecdsa-sha2-nistp256,ssh-rsa
  7. Host hashbang
  8. HostName de1.hashbang.sh
  9. # IdentitiesOnly yes
  10. User awan
  11. # IdentityFile /home/ak/.ssh/id_rsa
  12. Host android
  13. Hostname 192.168.1.177
  14. User u0_a137
  15. Port 8022
  16. Host servera
  17. Hostname 192.168.56.10
  18. User student
  19. Host serverb
  20. Hostname 192.168.56.20
  21. User student
  22. Host workstation
  23. Hostname 192.168.56.30
  24. User student
  25. Host centos
  26. Hostname 192.168.56.40
  27. User student
  28. Host kali
  29. Hostname 192.168.56.50
  30. # User kali