ssh: piboat configuration
This commit is contained in:
parent
fa8f191411
commit
912b3164b5
1 changed files with 8 additions and 0 deletions
|
@ -86,6 +86,14 @@ in
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"piboat.lan" = {
|
||||||
|
port = 22;
|
||||||
|
user = "pi";
|
||||||
|
extraOptions = {
|
||||||
|
PreferredAuthentications = "password";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"webboat" = {
|
"webboat" = {
|
||||||
hostname = "100.99.89.98";
|
hostname = "100.99.89.98";
|
||||||
port = 20022;
|
port = 20022;
|
||||||
|
|
Loading…
Reference in a new issue