diff --git a/config/default.rb b/config/default.rb index a8979f0d5..3d4c6a2d4 100644 --- a/config/default.rb +++ b/config/default.rb @@ -1,7 +1,7 @@ Hobo::Config.run do |config| # default config goes here - config.ssh.uname = "hobo" - config.ssh.pass = "hobo" + config.ssh.username = "hobo" + config.ssh.password = "hobo" config.ssh.host = "localhost" config.ssh.forwarded_port_key = "ssh" config.ssh.max_tries = 10