# # Define the Jump Host # Host jump_fbk_eu Hostname jump.fbk.eu # # FBK login name for Jump Host # User # # Specify a non default private key # IdentityFile ~/.ssh/ # # Mandatory if multiple ssh keys are found under $HOME/.ssh # IdentitiesOnly yes # # Match all host except Jump Host # Host * !jump_fbk_eu Hostname %h # # Use the Jump Host # ProxyJump jump_fbk_eu # # Define internal host login name # User # # Specify a private keys, # Required only if different from the one used # in the Jump Host definition # IdentityFile ~/.ssh/ # # Mandatory if multiple ssh keys are found under $HOME/.ssh # IdentitiesOnly yes