Forward SSH agent by default

This commit is contained in:
Erwin Boskma 2022-12-09 10:39:03 +01:00
parent 6e1ae4eb18
commit 3f7d351186
Signed by: erwin
SSH key fingerprint: SHA256:Vw4O4qA0i5x65Y7yyjDpWDCSMSXAhqT4X7cJ3frdnLY

View file

@ -19,6 +19,7 @@ in
"*" = {
identityFile = if var.workSystem then horusKey else personalKey;
identitiesOnly = true;
forwardAgent = true;
extraOptions = {
Ciphers = "chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr";
KexAlgorithms = "curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256";