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|
|
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
|
||||||
|
|
Loading…
Reference in New Issue