Disable SSH's controlPersist: was giving problems from mobile through the VPN

This commit is contained in:
Andrea Ciceri 2024-04-02 12:44:40 +02:00
parent 57f04d95db
commit 145a7214b2
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -27,7 +27,6 @@
programs.ssh = {
enable = true;
controlMaster = "auto";
controlPersist = "10m";
};
# programs.starship = {