You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some servers could use jump hosts for access, in order to achieve this the SSH config file needs to be customized in the following manner:
Host jumphost
HostName TEST_SSH_HOST_JUMPHOST
User TEST_SSH_USER_JUMPHOST
IdentityFile ~/.ssh/server.key
StrictHostKeyChecking no
Host server
HostName TEST_SSH_HOST
User TEST_SSH_USER
ProxyJump jumphost
The text was updated successfully, but these errors were encountered:
Some servers could use jump hosts for access, in order to achieve this the SSH config file needs to be customized in the following manner:
The text was updated successfully, but these errors were encountered: