Re: combining multihop and -J command for proxy connect

2018-08-08 Thread Walter Harms
> Hans Harder hat am 4. August 2018 um 12:58 geschrieben: > > > Underneath the patch against the current git version > Hans > > diff -w dropbear-git/cli-runopts.c dropbear-patch/cli-runopts.c > --- dropbear-git/cli-runopts.c > +++ dropbear-patch/cli-runopts.c > @@ -629,9 +629,7 @@ >

Re: combining multihop and -J command for proxy connect

2018-08-04 Thread Hans Harder
Underneath the patch against the current git version Hans diff -w dropbear-git/cli-runopts.c dropbear-patch/cli-runopts.c --- dropbear-git/cli-runopts.c +++ dropbear-patch/cli-runopts.c @@ -629,9 +629,7 @@ /* Set up the proxycmd */ unsigned int cmd_len = 0;

combining multihop and -J command for proxy connect

2018-08-02 Thread Hans Harder
I have to do a multihop behind after a proxy connect... so I do something like: dbclient -J "corkscrew proxyserver proxyport makado 22" user@makado ,user@canyons but I get the message : Exited: -J can't be used with multihop mode Basicly what I see in cli-runopts.c that if multihop is