fix ssh config;
This commit is contained in:
parent
9e8d6fcddb
commit
8a343a60d4
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ in
|
||||||
user = "josh";
|
user = "josh";
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
"PubkeyAcceptedKeyTypes" = "ssh-ed25519";
|
"PubkeyAcceptedKeyTypes" = "ssh-ed25519";
|
||||||
"ServerAliveInterval" = 60;
|
"ServerAliveInterval" = "60";
|
||||||
"IPQoS" = "throughput";
|
"IPQoS" = "throughput";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue