Skip to content

Add support for SSHUTTLE_ARGS environment variable#876

Merged
brianmay merged 1 commit intosshuttle:masterfrom
alexjurkiewicz:SSHUTTLE_ARGS
Aug 9, 2023
Merged

Add support for SSHUTTLE_ARGS environment variable#876
brianmay merged 1 commit intosshuttle:masterfrom
alexjurkiewicz:SSHUTTLE_ARGS

Conversation

@alexjurkiewicz
Copy link
Contributor

@alexjurkiewicz alexjurkiewicz commented Aug 9, 2023

I use sshuttle in a few shell script aliases, for connecting to regular servers. Sometimes I want to debug the ssh connection and it's currently a painful process:

  1. Update alias in .bashrc
  2. Open a new shell
  3. Re-run my sshuttle alias

With SSHUTTLE_ARGS, I can instead export SSHUTTLE_ARGS='-e "ssh -v"' and immediately re-run the alias. 🙌

Thanks for a great utility!

Copy link

@jerome-lecorvaisier jerome-lecorvaisier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brianmay brianmay merged commit 0ddebde into sshuttle:master Aug 9, 2023
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

Successfully merging this pull request may close these issues.

3 participants