diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 14:50:57 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 14:50:57 -0500 |
commit | bd3ec91fde9c2e60620ede8d3014d2a071bdb16b (patch) | |
tree | 8ef295ba7a153e9adb949dea3ef0a36422f9220d /.ssh/config | |
parent | Document submodules in README (diff) |
Simplify key cert handling
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 2 insertions, 2 deletions
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" |