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 forwarding support #347

Closed
Roger-luo opened this issue Sep 20, 2017 · 2 comments
Closed

ssh forwarding support #347

Roger-luo opened this issue Sep 20, 2017 · 2 comments

Comments

@Roger-luo
Copy link

I have two severs and server B is connected to server A, which has an IP for ssh. So hope there could be support for ssh configs like

Host A
  HostName 122.222.32.24
  Port 22
  User username

Host B
  HostName Delta101
  User username
  ProxyCommand ssh -o 'ForwardAgent yes' A 'nc %h %p'
@carloscabanero
Copy link
Member

Duplicate of #203. We will rebump all this ones.

@Roger-luo
Copy link
Author

Cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants