commit f6fb51b2c6fc91701ab8a66a7e39e2b8597f4323
parent 89f53fbb9c5d54ab17eb18c519d0e62f8b184ee3
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 23 Jun 2020 16:14:12 +0200
users/vincent: remove comment
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/vincent/core/ssh.nix b/users/vincent/core/ssh.nix
@@ -54,7 +54,7 @@ in
"10.100.0.*" = {
forwardAgent = true;
};
- } // sshConfig; # FIXME with optional secrets // cfg.machines;
+ } // sshConfig;
extraConfig = ''
PreferredAuthentications gssapi-with-mic,publickey,password
GSSAPIAuthentication yes