Subject: | Cannot configure timeout for auth_publickey |
Some methods of Net::SSH2 support a timeout value (namely, poll and connect). However,
another situation where a timeout would be valuable is in the auth methods. For example,
auth_publickey doesn't have a way to specify a timeout. I'd like to be able to do this, as auth
occasionally takes too long and right now it just seems to wait. One recent auth_publickey call
took 18.2 seconds to return. I'd like to be able to have it timeout at 2 seconds.