- commit
- c901f74
- parent
- f41c881
- author
- Eric Bower
- date
- 2025-12-24 21:47:38 -0500 EST
chore: pico ssh cert auth
1 files changed,
+5,
-1
+5,
-1
1@@ -58,21 +58,25 @@ Host pico.sh
2 HostName pico.sh
3 IdentitiesOnly yes
4 IdentityFile ~/.ssh/id_ed25519
5+ CertificateFile ~/.ssh/id_ed25519-cert.pub
6
7 Host ppico
8 HostName pico.sh
9 IdentitiesOnly yes
10 IdentityFile ~/.ssh/id_ed25519_pico
11+ CertificateFile ~/.ssh/id_ed25519_pico-cert.pub
12
13-Host pipe
14+Host pipe, pipe.pico.sh
15 HostName pipe.pico.sh
16 IdentitiesOnly yes
17 IdentityFile ~/.ssh/id_ed25519
18+ CertificateFile ~/.ssh/id_ed25519-cert.pub
19
20 Host ppipe
21 HostName pipe.pico.sh
22 IdentitiesOnly yes
23 IdentityFile ~/.ssh/id_ed25519_pico
24+ CertificateFile ~/.ssh/id_ed25519_pico-cert.pub
25
26 Host p.*
27 HostName %h.sh