ssh: Update configuration
This commit is contained in:
parent
cb6311e50d
commit
473cddf4cf
1 changed files with 2 additions and 3 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue