From 8a4438cf425e0072aaa0ec1654992157c476a6f9 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:27:32 -0500 Subject: [PATCH] feat: Add anderson alias to ssh config --- private_dot_ssh/config.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index 8e4b31b..cde6ce3 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -2,6 +2,10 @@ Host * IdentitiesOnly yes IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }} +Host anderson + HostName anderson.millironx.com + User millironx + Host aahz HostName nistac-108-37.dhcp.ksu.edu User tchristensen