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";
|
||||
extraOptions = {
|
||||
"PubkeyAcceptedKeyTypes" = "ssh-ed25519";
|
||||
"ServerAliveInterval" = 60;
|
||||
"ServerAliveInterval" = "60";
|
||||
"IPQoS" = "throughput";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue