Fix default config to work with new ssh config keys
This commit is contained in:
parent
21b1aa50f7
commit
9e713aa73b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue