Session.Open() timeout variable

Advertisement

matt.baker
Joined:
Posts:
6

Session.Open() timeout variable

Is there a user configurable variable for the timeout of the Session.Open?
I've tried setting Session.Timeout to 1000 ms, but it seems to be taking ~22 seconds to time out on an unreachable host regardless.

Thanks

Reply with quote

Advertisement

Advertisement

matt.baker

Thanks for looking into this Martin.
For a workaround I just attempt to open a connection to the host using a raw TCP connection and then just check for the SSH ID string within a certain time.

Reply with quote

Advertisement

You can post new topics in this forum