Never use nist host keys
This commit is contained in:
parent
f07bf01192
commit
afcabcb99b
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
compression = true;
|
||||
hashKnownHosts = true;
|
||||
serverAliveInterval = 300;
|
||||
extraConfig = ''
|
||||
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue