fix ssh config;

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-04 17:33:55 -06:00
parent 9e8d6fcddb
commit 8a343a60d4

View file

@ -56,7 +56,7 @@ in
user = "josh";
extraOptions = {
"PubkeyAcceptedKeyTypes" = "ssh-ed25519";
"ServerAliveInterval" = 60;
"ServerAliveInterval" = "60";
"IPQoS" = "throughput";
};
};