Forward SSH agent by default
This commit is contained in:
parent
6e1ae4eb18
commit
3f7d351186
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue