Hi there, I am wondering if Net::SSH supports configuring ServerAlive* for the client. I tried using Net::SSH.start(...., :config => "path/to/ssh_config"), but it didn't seem to take the ServerAliveInterval into account.
Will I have to use Net::SSH::Connection::Session#send_global_request or something to get the client to send the request? Does this mean I need to have a separate monitor thread? Thanks, Tim -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
