Skip to content

ssh -J not always available #11

Open
@lmiroslaw

Description

@lmiroslaw

you may want refer the users using WIndows Bash to another solution: creating a config file with the proxy settings.

`
root@mymachine:/mnt/c/workspace/BigComputeLabs# cat ~/.ssh/config
Host ccjumpbox
HostName adminjb.westeurope.cloudapp.azure.com
User cycleadmin
ForwardAgent yes

Host ccserver
Hostname cycleserver
User cycleadmin
ProxyCommand ssh ccjumpbox -W %h:%p 2>/dev/null
`

and then ssh cycleserver -i ~/.ssh/id_rsa

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