Fix default config to work with new ssh config keys

This commit is contained in:
Mitchell Hashimoto 2010-02-03 00:17:52 -08:00
parent 21b1aa50f7
commit 9e713aa73b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Hobo::Config.run do |config| Hobo::Config.run do |config|
# default config goes here # default config goes here
config.ssh.uname = "hobo" config.ssh.username = "hobo"
config.ssh.pass = "hobo" config.ssh.password = "hobo"
config.ssh.host = "localhost" config.ssh.host = "localhost"
config.ssh.forwarded_port_key = "ssh" config.ssh.forwarded_port_key = "ssh"
config.ssh.max_tries = 10 config.ssh.max_tries = 10