From 62c0918ff086cfe9ed4a8245f393726074d54857 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 1 Jun 2022 11:04:31 -0400 Subject: Fix certificate file cohice for hades/eos --- private_dot_ssh/config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'private_dot_ssh') 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" -- cgit v1.2.3