diff options
-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 |