Add extra test for verifiying ssh connection options (#817)
* Add extra test for verifiying ssh connection options * Fix failing manager test * Fix another test
This commit is contained in:
12
data/bookmark_with_ssh.toml
Normal file
12
data/bookmark_with_ssh.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
user = "postgres"
|
||||
database = "mydatabase"
|
||||
ssl = "disable"
|
||||
|
||||
[SSH]
|
||||
host = "ssh-host"
|
||||
user = "ssh-user"
|
||||
password = "ssh-password"
|
||||
key = "/path/to/key-file"
|
||||
keypassword = "key-file-password"
|
||||
Reference in New Issue
Block a user