Skip to content

Commit 3d52203

Browse files
committedJun 22, 2017
sshd.nix: Added nixops usage warning of openssh.authorizedKeys.keys usage
1 parent f12006b commit 3d52203

File tree

1 file changed

+2
-0
lines changed
  • nixos/modules/services/networking/ssh

1 file changed

+2
-0
lines changed
 

‎nixos/modules/services/networking/ssh/sshd.nix

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ let
2121
daemon reads in addition to the the user's authorized_keys file.
2222
You can combine the <literal>keys</literal> and
2323
<literal>keyFiles</literal> options.
24+
Warning: If you are using <literal>NixOps</literal> then don't use this
25+
option since it will replace the key required for deployment via ssh.
2426
'';
2527
};
2628

0 commit comments

Comments
 (0)
Please sign in to comment.