Method: Cow::ACS6000::SSH::Server#connect_command
- Defined in:
- lib/cow/plugins/acs6000.rb
#connect_command(_port, _user = ) ⇒ Object
58 59 60 |
# File 'lib/cow/plugins/acs6000.rb', line 58 def connect_command(_port, _user = ENV['USER']) "ssh -l #{_user}:#{port(_port).tcp_port} #{@hostname}" end |