diff options
author | Ryan Kavanagh <rak@rak.ac> | 2022-08-15 11:34:51 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2022-08-15 11:34:51 -0400 |
commit | 1f31a91d92eb693b1fbe20129be8410576f3d38a (patch) | |
tree | 7ef6b3a7bf344083ab9d286b415210b99eed0c6a /private_dot_ssh/config.tmpl | |
parent | various gnus configurations (diff) |
news-cclub host in ssh
Diffstat (limited to 'private_dot_ssh/config.tmpl')
-rw-r--r-- | private_dot_ssh/config.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index a1fa218..54572cd 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -52,6 +52,13 @@ Match final host="*.rak.ac,*.ryanak.ca,*.home.arpa" StrictHostKeyChecking yes ## CMU hosts +Host news-cclub + Hostname whelk.club.cc.cmu.edu + Compression yes + ControlMaster auto + ControlPath ~/.ssh/cm_socket/%r@%h:%p + ControlPersist 3600 + PreferredAuthentications publickey Host cclub Hostname unix.club.cc.cmu.edu Host whelk oyster clam |