Method: Cow::ACS5000::SSH::Server#connect_command

Defined in:
lib/cow/plugins/acs5000.rb

#connect_command(_port, _user = ) ⇒ Object



50
51
52
# File 'lib/cow/plugins/acs5000.rb', line 50

def connect_command(_port, _user = ENV['USER'])
  "ssh -l #{_user}:#{port(_port).tcp_port} #{@hostname}"
end