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:
Dan Sosedoff
2025-11-11 11:55:42 -08:00
committed by GitHub
parent e3085a44ba
commit 6a52fea44a
2 changed files with 32 additions and 2 deletions

View 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"