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";
|
options.modules.programs.ssh.enable = mkEnableOption "ssh";
|
||||||
config = {
|
config = {
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
programs.ssh.pubkeyAcceptedKeyTypes = [
|
# programs.ssh.pubkeyAcceptedKeyTypes = [
|
||||||
"ssh-rsa"
|
# "ssh-rsa"
|
||||||
"ecdsa-sha2-nistp521"
|
# "ecdsa-sha2-nistp521"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue