From bd3ec91fde9c2e60620ede8d3014d2a071bdb16b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 14:50:57 -0500 Subject: Simplify key cert handling --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index 27b3f9c..e7d16cd 100644 --- a/.ssh/config +++ b/.ssh/config @@ -39,9 +39,9 @@ Host puc people.ubuntu.com Host hades eos HostName %h.rak.ac Host hades hades.rak.ac hades.home.arpa - CertificateFile ~/.ssh/id_rsa-hades-cert.pub + CertificateFile ~/.ssh/certs/%L-%h.pub Host eos eos.rak.ac eos.home.arpa - CertificateFile ~/.ssh/id_rsa-eos-cert.pub + CertificateFile ~/.ssh/certs/%L-%h.pub Host zeta HostName zeta.rak.ac Match final host="*.rak.ac,*.ryanak.ca,*.home.arpa" -- cgit v1.2.3