Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Feature : Add bastion / Step up server support #184

Open
arita37 opened this issue May 15, 2020 · 5 comments
Open

Feature : Add bastion / Step up server support #184

arita37 opened this issue May 15, 2020 · 5 comments

Comments

@arita37
Copy link

arita37 commented May 15, 2020

Excellent work, thanks for your initiative,

Sometimes. server is behind a step up login sever.

If you can enable through a step up access.

Thanks

@Merith-TK
Copy link
Contributor

can you elaborate on what you mean by a step-up server? do you mean a bastion server?
as in

ClientSSH > User@Bastion > User@Server

where it acts as a middleman to allow extra security? this would only be possible via a master ssh connection like what is already done, but would need some more work i think.

@arita37
Copy link
Author

arita37 commented May 15, 2020 via email

@Merith-TK
Copy link
Contributor

Merith-TK commented May 15, 2020

Can you rename the issue to "Feature: Add Bastion server Support"? so that this makes more sense to people looking at the issue name?

and also i have experienced this issue as well

@arita37
Copy link
Author

arita37 commented May 18, 2020

@arita37 arita37 changed the title Features : Add Step up server Feature : Add bastion / Step up server support May 18, 2020
@sumanthratna
Copy link

If I'm understanding correctly, I've been doing this for a while. In your SSH config, simply use a ProxyJump. In this example tj is the bastion (ClientSSH > tj > snowy). Then just sshcode snowy.

The only problem with this is that you have to enter your password for tj and snowy, but this is expected as ssh snowy does the same.

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

No branches or pull requests

3 participants