Allow for other SSH options on telebit ssh #17

Open
opened 2018-09-29 18:09:01 +00:00 by josh · 3 comments
Collaborator

I need to run this command to circumvent a filtered connection to setup a SSH tunnel (which is super useful):
ssh -D 8080 -C -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' blah.blahblah.telebit.website

but it is very long. It work be really nice if I could do something like telebit ssh -D 8080 -C blahblahblah.telebit.website or telebit ssh blahblahblah.telebit.website -D 8080 -C

I need to run this command to circumvent a filtered connection to setup a SSH tunnel (which is super useful): `ssh -D 8080 -C -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' blah.blahblah.telebit.website` but it is very long. It work be really nice if I could do something like `telebit ssh -D 8080 -C blahblahblah.telebit.website` or `telebit ssh blahblahblah.telebit.website -D 8080 -C`
Owner

As long as the arbitrary arguments come after arguments which are known to telebit, it should work fine. (v0.20.6)

So this should already work

telebit ssh blahblahblah.telebit.website -D 8080 -C

But this will not work:

telebit ssh -D 8080 -C blahblahblah.telebit.website
As long as the arbitrary arguments come after arguments which are known to telebit, it _should_ work fine. (v0.20.6) So this should already work ```bash telebit ssh blahblahblah.telebit.website -D 8080 -C ``` But this will not work: ```bash telebit ssh -D 8080 -C blahblahblah.telebit.website ```
Author
Collaborator

I tried telebit ssh blahblahblah.telebit.website -D 8080 -C before I opened the issue and got this:

[listening] grumpy-cheetah-21.telebit.website:443 <= localhost:36033
[connect] 10.90.30.158:47776 => grumpy-cheetah-21.telebit.website:443
bash: 8080: command not found
closing...
I tried `telebit ssh blahblahblah.telebit.website -D 8080 -C` before I opened the issue and got this: ``` [listening] grumpy-cheetah-21.telebit.website:443 <= localhost:36033 [connect] 10.90.30.158:47776 => grumpy-cheetah-21.telebit.website:443 bash: 8080: command not found closing... ```
Owner

I will look into that.

I will look into that.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#17
No description provided.