feat: the stuff of nightmares

This commit is contained in:
Kat Inskip 2023-02-15 15:53:38 -08:00
parent b589fdda9f
commit 3a29446c96
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
51 changed files with 679 additions and 1094 deletions

View file

@ -9,10 +9,10 @@ in {
services.openssh = {
enable = true;
knownHosts.katca = {
/* knownHosts.katca = {
certAuthority = true;
publicKey = builtins.readFile ../../kat_pubkey_ssh.pub;
};
publicKey = builtins.readFile ./ca-pubkey.pem;
}; */
kexAlgorithms = [ "curve25519-sha256@libssh.org" ];
settings = {
PasswordAuthentication = false;