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
we create (with terraform) an ssh jumphost VM on each outscale account, so a single public IP is exposing ssh service
we must pass through this VM to access a target VM : ssh -J osc_jumphost_vm osc_target_vm
It would be nice to add osc-viewer -> ssh configuration settings with :
choosing the target network address for selected VM (osc_target_vm) between :
PrivateIp
PrivateDnsName
PublicIp
PublicDnsName
set globally a default ssh_config file, that can be override on each profile (as the jumphost VM should change).
It will then be used like that : ssh -F ssh_custom_config osc_target_vm
From the plugin, it could be nice if we could connect to the instance directly
The text was updated successfully, but these errors were encountered: