diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:02:53 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:02:53 -0500 |
commit | 2ed9fbcdb1e12a408ce9583417f21e126f2e4959 (patch) | |
tree | 2ed902ad9b59b5ad20d61fbf890996a467500a28 /dotfiles/.ssh/config | |
parent | 5f899d8adeb4322b527661b5d10e006ebac62285 (diff) |
ssh: Add new server alias.
Diffstat (limited to 'dotfiles/.ssh/config')
-rw-r--r-- | dotfiles/.ssh/config | 5 |
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 |