Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH connection to Instances #5

Open
outscale-mdr opened this issue Aug 11, 2022 · 1 comment
Open

SSH connection to Instances #5

outscale-mdr opened this issue Aug 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@outscale-mdr
Copy link
Collaborator

From the plugin, it could be nice if we could connect to the instance directly

@outscale-mdr outscale-mdr added the enhancement New feature or request label Aug 11, 2022
@ArnaultMICHEL
Copy link

It's an interesting feature for our usage.

for security reason :

  • 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 :

  1. choosing the target network address for selected VM (osc_target_vm) between :
  • PrivateIp
  • PrivateDnsName
  • PublicIp
  • PublicDnsName
  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants