Skip to content

[Feature] Support SSH Client Config Inlcude & ProxyJump #38

Open
@valord577

Description

@valord577
  • ~/.ssh/config

    Include ~/.ssh/config.etc
    
  • ~/.ssh/config.etc

    Host ssh-dump
      HostName {IP}
      Port 2220
      User root
    
    Host ssh-target
      HostName {IP}
      User admin
      ProxyJump ssh-dump
      IdentityFile ~/.ssh/cert/target.pem
    
  • command-line connection

    ssh ssh-target
  • Mysql Shell for VS Code

    ERROR: Shell.open_session: Cannot open SSH Tunnel: Failed to resolve hostname ssh-target (Name or service not known)
    
    Screenshot 2023-11-23 at 20 32 30

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions