diff options
author | Ryan Kavanagh <rak@rak.ac> | 2022-06-01 11:04:31 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2022-06-01 11:04:31 -0400 |
commit | 62c0918ff086cfe9ed4a8245f393726074d54857 (patch) | |
tree | 89c5c22614e87bc2118e7cc5ea829c95aed339a4 /private_dot_ssh | |
parent | Revert "sdf is now otaku instead of beastie" (diff) |
Fix certificate file cohice for hades/eos
Diffstat (limited to '')
-rw-r--r-- | private_dot_ssh/config.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index fef7e76..a1fa218 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -41,9 +41,9 @@ Host hades eos Host zeta demeter asteria Hostname %h.home.arpa Host hades hades.rak.ac hades.home.arpa - CertificateFile ~/.ssh/keys/%L/certs/%h.pub + CertificateFile ~/.ssh/keys/%L/certs/hades.rak.ac.pub Host eos eos.rak.ac eos.home.arpa - CertificateFile ~/.ssh/keys/%L/certs/%h.pub + CertificateFile ~/.ssh/keys/%L/certs/eos.rak.ac.pub Match final host="zeta.home.arpa,demeter.home.arpa,asteria.home.arpa" CertificateFile ~/.ssh/keys/%L/certs/rak.pub Match final host="*.rak.ac,*.ryanak.ca,*.home.arpa" |