exe/conoharant in conoha-0.5.0 vs exe/conoharant in conoha-0.5.1
- old
+ new
@@ -133,10 +133,10 @@
user = ARGV[1].nil? ? '' : "#{ARGV[1]}@"
case connection
when 'ssh'
command = "ssh -oStrictHostKeyChecking=no #{user}#{ipaddress}"
when 'mosh'
- command = "mosh #{ipaddress}"
+ command = "mosh #{user}#{ipaddress}"
end
puts command
system command
when 'dump'
if status['status'] != 'running'