ssh.nix: remove accepted public keys again
This commit is contained in:
parent
c62491d253
commit
8c2bfa6fca
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ in {
|
|||
options.modules.programs.ssh.enable = mkEnableOption "ssh";
|
||||
config = {
|
||||
programs.ssh.startAgent = true;
|
||||
programs.ssh.pubkeyAcceptedKeyTypes = [
|
||||
"ssh-rsa"
|
||||
"ecdsa-sha2-nistp521"
|
||||
];
|
||||
# programs.ssh.pubkeyAcceptedKeyTypes = [
|
||||
# "ssh-rsa"
|
||||
# "ecdsa-sha2-nistp521"
|
||||
# ];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue