Browse Source

Added ssh config file

pull/1/head
Julien Escario 4 years ago
parent
commit
8c3f5fd427
  1. 6
      ssh/config
  2. 2
      ssh/yubibug.md

6
ssh/config

@ -0,0 +1,6 @@
Host *
ForwardAgent yes
PubkeyAcceptedKeyTypes=+ssh-dss
IdentityFile ~/.ssh/id_ecdsa-cert.pub
IdentityFile ~/.ssh/id_rsa-cert.pub
IdentityFile ~/Altinea/Production/Security/altinea

2
ssh/yubibug.md

@ -95,7 +95,7 @@ You should change them using the command --change-pin
Please specify how long the key should be valid. Please specify how long the key should be valid.
0 = key does not expire 0 = key does not expire
`<n>` = key expires in n days
<n> = key expires in n days
<n>w = key expires in n weeks <n>w = key expires in n weeks
<n>m = key expires in n months <n>m = key expires in n months
<n>y = key expires in n years <n>y = key expires in n years

Loading…
Cancel
Save