lib/backup/remote/command.rb in backup-remote-0.0.17 vs lib/backup/remote/command.rb in backup-remote-0.0.18
- old
+ new
@@ -10,10 +10,9 @@
include SSHKit::DSL
def self.build_sshkit_host(hostname, ssh_options)
- puts "DEBUG: #{ssh_options}"
ssh_user = ssh_options[:user]
ssh_pass = ssh_options[:password]
ssh_key = ssh_options[:key]
host = SSHKit::Host.new({hostname: hostname, user: ssh_user})