diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-01-03 12:13:19 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-01-03 12:13:19 -0500 |
commit | 00a9082fface1fcec90eac17cfa2db5ca3c98e47 (patch) | |
tree | 602bce80460e68e1fc64d244dff039f8c66653cf /private_dot_ssh/config.tmpl | |
parent | update mpd_*sh (diff) |
Switch from auto-indent-mode to aggressive-indent
Diffstat (limited to 'private_dot_ssh/config.tmpl')
-rw-r--r-- | private_dot_ssh/config.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index 54572cd..0f5890d 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -107,6 +107,7 @@ Host rsync.net Hostname de1270.rsync.net UserKnownHostsFile ~/.ssh/known_hosts.d/rsync.net User de1270 + VisualHostKey no Host github.com *.github.com # Don't spam known_hosts with github's many IPs # Especially given that they just use the same key |