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" = {
port = 22;
user = "pi";
extraOptions = {
PreferredAuthentications = "password";
};
identityFile = "~/.ssh/LAN.pub";
identitiesOnly = true;
};
"webboat" = {