Hans Harder
Hans Harder
> I'm using the FreeBSD ksh93-devel port, updated a day prior to the rollback ([8cf92b2](https://github.com/att/ast/commit/8cf92b281a8d5da075b28e4421ec7ec0ab0de1ce)). I have no problems with "b". You might want to try the latest ksh2020 branch....
Well I have an integrated small scp integrated in dropbear which does the -f -t -p options and integrates in svr-chansession.c it is only 7,5 kb source, if there is...
solved it by changing the minVec function into //Return the minimum values between two vectors of either length 2 or 3. 2D Vectors are treated as 3D vectors who final...
For multihop support you need to change multihop_passthrough_args() in cli-runopts.c and pass the -o values.
Maybe not, but I see -y -y being passed when using multihop in function multihop_passthrough_args() in cli-runopts.c
I just checked and removed the -y -y in that function and when I do a multihop now, it asks for confirmation because the hostkey is not in the trusted...
Added a pull request for -o BatchMode=yes and also passed it when multihop was selected. I am not very experienced in git.... I have no idea how to put it...
The problem is with virtual hostname which can be used to connect to a cluster and end up on any node. So the user@virtualhostnm can have multiple different hostkeys... If...
I believe the : was avoided because of the scp use for specifying the destination filename/path like scp -P port user@host:filename if you do multihops with different ports you will...
The dbclient should have a cmdline option to pass an env.var which contains the password for decrypting the key. I have something very simple which just encode and decode the...