instance method
connect_ssh
Ruby on Rails 2.10.1
Since v2.9.0 Last seen in v2.11.0 PrivateSignature
connect_ssh(...)
No documentation comment.
Parameters
-
...req
Source
# File lib/kamal/sshkit_with_ext.rb, line 136
def connect_ssh(...)
self.class.with_dns_retry(host.hostname) { super }
end
Defined in lib/kamal/sshkit_with_ext.rb line 136
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Netssh::DnsRetriableConnection