summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-02-16 17:02:53 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-16 17:02:53 -0500
commit2ed9fbcdb1e12a408ce9583417f21e126f2e4959 (patch)
tree2ed902ad9b59b5ad20d61fbf890996a467500a28
parent5f899d8adeb4322b527661b5d10e006ebac62285 (diff)
ssh: Add new server alias.
-rw-r--r--dotfiles/.ssh/config5
1 files changed, 5 insertions, 0 deletions
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