SSH changes

This commit is contained in:
Charlotte Van Petegem 2021-02-04 10:20:18 +01:00
parent b89bd99782
commit f4daa6c3b3
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ let
controlPersist = "10m";
hashKnownHosts = true;
userKnownHostsFile = "${config.chvp.cachePrefix}${home}/.ssh/known_hosts";
serverAliveInterval = 300;
serverAliveInterval = 10;
extraOptionOverrides = {
IdentityFile = "${config.chvp.dataPrefix}${home}/.ssh/id_ed25519";
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";