search for: proxycomand

Displaying 2 results from an estimated 2 matches for "proxycomand".

Did you mean: proxycommand
2017 Jan 05
2
proposed change to ssh_connect_direct()
if the remote hostname has multiple ip addresses, ssh_connect_direct will currently loop and try each address in sequence until one works. I'm interested in making ssh tries each address concurrently and return success on the first one that connects. in the land of host certs and ssh bastions, this can be incredibly effective. are there any objects to me working up a patch to implement this?
2017 Jan 12
3
proposed change to ssh_connect_direct()
...s then select on the set until one succeeds) would be feasible, though. > so, approaching this from a different angle, what if I wanted to have > something else establish the tcp connection and then fork/dup2/exec > ssh and pass off the fd's for the network connection? That's how ProxyComand and ProxyUseFdpass work. Your dialler is a separate program so it can do whatever you like, including use pthreads if that's your thing. -- Darren Tucker (dtucker at zip.com.au) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experien...