From 10e8396d78d6200416e7b7fe070dcae58d2c6379 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 13 Aug 2023 18:35:40 -0400 Subject: Add SSH config. --- dotfiles/.ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/.ssh/config (limited to 'dotfiles/.ssh') diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config new file mode 100644 index 0000000..ce3530e --- /dev/null +++ b/dotfiles/.ssh/config @@ -0,0 +1,8 @@ +Host takemi + HostName dthompson.us + User dave + +Host scroll + HostName scroll.spritely.institute + ForwardAgent yes + User dave -- cgit v1.2.3