lib/testlab/node/ssh.rb in testlab-0.3.1 vs lib/testlab/node/ssh.rb in testlab-0.4.0
- old
+ new
@@ -28,12 +28,12 @@
c.proxy_port = @provider.port
c.proxy_user = @provider.user
c.proxy_keys = @provider.identity
c.host_name = container.ip
- c.user = (container.user || "ubuntu")
+ c.user = container.user
if container.keys.nil?
- c.password = (container.passwd || "ubuntu")
+ c.password = container.passwd
else
c.keys = container.keys
end
end
end