# Bastion Host Host bastion HostName bastion.example.com Port User jumpuser IdentityFile C:/Users//.ssh/id_ed25519 ServerAliveInterval 30 ServerAliveCountMax 3 # Interne Hosts werden automatisch über Bastion geroutet Host server1 HostName 192.168.100.xx User admin ProxyJump bastion IdentityFile C:/Users//.ssh/id_ed25519 Host server2 HostName 192.168.100.xx User admin ProxyJump bastion IdentityFile C:/Users//.ssh/id_ed25519