Disable SSH's controlPersist
: was giving problems from mobile through the VPN
This commit is contained in:
parent
57f04d95db
commit
145a7214b2
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
controlMaster = "auto";
|
controlMaster = "auto";
|
||||||
controlPersist = "10m";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.starship = {
|
# programs.starship = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue