1
0
Fork 0

ssh: Update configuration

This commit is contained in:
Daniel Kempkens 2022-07-15 15:08:10 +02:00
parent cb6311e50d
commit 473cddf4cf

View file

@ -89,9 +89,8 @@ in
"piboat.lan" = { "piboat.lan" = {
port = 22; port = 22;
user = "pi"; user = "pi";
extraOptions = { identityFile = "~/.ssh/LAN.pub";
PreferredAuthentications = "password"; identitiesOnly = true;
};
}; };
"webboat" = { "webboat" = {