From b9df9029cd7f28b0a36b4a41305d047348bf9602 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Sat, 25 Sep 2021 19:16:25 -0400
Subject: Add scout to ssh config

---
 home/.ssh/config | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'home/.ssh/config')

diff --git a/home/.ssh/config b/home/.ssh/config
index 3fc6a8db..b9c29bf3 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -10,6 +10,10 @@ Host monday beastie puffy toaster tux progynova
 	ForwardAgent yes
 	RemoteForward 7062 127.0.0.1:7062
 
+Host scout
+	HostName %h.causal.agency
+	Port 2222
+
 Host june july
 	HostName %h.nyc3.do.causal.agency
 	Port 2222
-- 
cgit 1.4.1