Browse Source

Changed path to fallback RSA key (soon to be deprecated)

pull/1/head
Julien Escario 4 years ago
parent
commit
4d683b998e
  1. 2
      ssh/config

2
ssh/config

@ -3,4 +3,4 @@ Host *
PubkeyAcceptedKeyTypes=+ssh-dss PubkeyAcceptedKeyTypes=+ssh-dss
IdentityFile ~/.ssh/id_ecdsa-cert.pub IdentityFile ~/.ssh/id_ecdsa-cert.pub
IdentityFile ~/.ssh/id_rsa-cert.pub IdentityFile ~/.ssh/id_rsa-cert.pub
IdentityFile ~/Altinea/Production/Security/altinea
IdentityFile <path to rsa-key>/altinea
Loading…
Cancel
Save