update config

This commit is contained in:
Mr Hedgehog 2022-05-03 11:16:38 -04:00
parent 46c637eead
commit d3fdc615a8
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E
2 changed files with 5 additions and 1 deletions

View file

View file

@ -13,7 +13,11 @@
hostname = "95.217.226.172"; hostname = "95.217.226.172";
user = "root"; user = "root";
port = 22; port = 22;
extraOptions = {"PreferredAuthentications" = "publickey";}; extraOptions = {
"IdentitiesOnly" = "yes";
"PasswordAuthentication" = "yes";
"PreferredAuthentications" = "publickey,password";
};
}; };
"focalboard" = { "focalboard" = {
hostname = "5.161.104.211"; hostname = "5.161.104.211";