A convenience method for starting a new SSH session. See Net::SSH::Session.
Source Code
# File net/ssh.rb, line 46 def start( *args, &block ) Net::SSH::Session.new( *args, &block ) end
A convenience method for starting a new SSH session. See Net::SSH::Session.
# File net/ssh.rb, line 46 def start( *args, &block ) Net::SSH::Session.new( *args, &block ) end
<code/>and<pre/>for code samples.