all: disable trusteduserca for now

This commit is contained in:
Aaron Bieber 2023-02-21 05:45:00 -07:00
parent 51f1049fd0
commit 1daecad28e
No known key found for this signature in database

View File

@ -220,7 +220,7 @@ in {
};
};
extraConfig = ''
TrustedUserCAKeys = /etc/ssh/ca.pub
#TrustedUserCAKeys = /etc/ssh/ca.pub
'';
} // inFluxSSHOptions;
};