From 2ed9fbcdb1e12a408ce9583417f21e126f2e4959 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 16 Feb 2024 17:02:53 -0500 Subject: ssh: Add new server alias. --- dotfiles/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config index ce3530e..dc0806b 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -6,3 +6,8 @@ Host scroll HostName scroll.spritely.institute ForwardAgent yes User dave + +Host potion + HostName 172.232.4.28 + ForwardAgent yes + User dave -- cgit v1.2.3