From 1f31a91d92eb693b1fbe20129be8410576f3d38a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 15 Aug 2022 11:34:51 -0400 Subject: news-cclub host in ssh --- private_dot_ssh/config.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'private_dot_ssh') 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 -- cgit v1.2.3