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

Ability to use a proxy HTTP / SOCKS #263

Open
isontheline opened this issue May 1, 2021 · 3 comments
Open

Ability to use a proxy HTTP / SOCKS #263

isontheline opened this issue May 1, 2021 · 3 comments
Assignees
Labels
✨ enhancement New feature or request

Comments

@isontheline
Copy link
Owner

isontheline commented May 1, 2021

Describe the feature
Ability to use a proxy (socks? HTTP?) in order to connect to a server.

@isontheline isontheline added this to the 15.0 milestone May 1, 2021
@isontheline isontheline added the ✨ enhancement New feature or request label May 1, 2021
@isontheline isontheline self-assigned this May 1, 2021
@jarrah31
Copy link

Will this feature allow you to do proxy jumps, such as connecting directly to an ssh client via another ssh client?

The following .ssh/config example illustrates what I mean:

Host myproxypi
 HostName myurl.com
 Port 8700
 User pi

Host pisrv 
 ProxyJump myproxypi
 HostName 192.168.1.100
 User pi
 Port 22

Thanks.

@isontheline
Copy link
Owner Author

Hello @jarrah31 👋

This issue instead : #266
Issue #266 will let you that your illustration refers.

@jarrah31
Copy link

That's great news, thank you Arnaud!

@isontheline isontheline modified the milestones: 15.0, 16.0 Jul 4, 2021
@isontheline isontheline removed this from the 16.0 milestone Aug 19, 2021
@isontheline isontheline added this to the 17 - Shell milestone Mar 6, 2022
@isontheline isontheline modified the milestones: 17 - Shell, 18 - Honeybee Mar 25, 2022
@isontheline isontheline removed this from the 18 - Honeybee milestone May 1, 2022
@isontheline isontheline changed the title Ability to use a proxy Ability to use a proxy HTTP / SOCKS Sep 2, 2023
@isontheline isontheline added this to the 23 - Satellite milestone Oct 25, 2023
@isontheline isontheline modified the milestones: 25 - Sunflower, 26 - Train Apr 7, 2024
@isontheline isontheline modified the milestones: 26 - Train, 27 - Stars Jul 12, 2024
@isontheline isontheline removed this from the 27 - Stars milestone Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants