summary refs log tree commit diff
path: root/home/.ssh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-25 19:16:25 -0400
committerJune McEnroe <june@causal.agency>2021-09-25 19:16:25 -0400
commitb9df9029cd7f28b0a36b4a41305d047348bf9602 (patch)
tree26460b27d78547dfaac18edd590ae31599f2e69e /home/.ssh
parentSandbox up on both FreeBSD and OpenBSD (diff)
downloadsrc-b9df9029cd7f28b0a36b4a41305d047348bf9602.tar.gz
src-b9df9029cd7f28b0a36b4a41305d047348bf9602.zip
Add scout to ssh config
Diffstat (limited to 'home/.ssh')
-rw-r--r--home/.ssh/config4
1 files changed, 4 insertions, 0 deletions
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