ssh-ca-vault: disable SSH host key signing for now
This commit is contained in:
parent
8c6c7af3f7
commit
f55dc46170
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
let
|
let
|
||||||
inherit (lib) listToAttrs nameValuePair mkAfter concatMapStrings;
|
inherit (lib) listToAttrs nameValuePair mkAfter concatMapStrings;
|
||||||
|
|
||||||
keyTypes = [ "ed25519" "rsa" ];
|
#keyTypes = [ "ed25519" "rsa" ];
|
||||||
|
keyTypes = [ ];
|
||||||
hostKeyForKeyType = keyType: "/etc/ssh/ssh_host_${keyType}_key.pub";
|
hostKeyForKeyType = keyType: "/etc/ssh/ssh_host_${keyType}_key.pub";
|
||||||
secretNameForKeyType = keyType: "openssh-cert-${keyType}";
|
secretNameForKeyType = keyType: "openssh-cert-${keyType}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue