diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-08-13 12:21:37 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-08-13 12:21:37 -0400 |
commit | 40b4ab071c9a2f5b9b561d24e42476ba988767a7 (patch) | |
tree | 3709903e35467249a88e635f51c95e0e68e0cbc6 | |
parent | 2648336957b4d327d372129af901fd90008da1ee (diff) |
-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 653bba8..10b7e67 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -2,6 +2,11 @@ Host takemi HostName dthompson.us User dave +Host scroll + HostName scroll.spritely.institute + ForwardAgent yes + User dave + Host aws-prod HostName virginia-bastion.maestro.vhlcentral.com ForwardAgent yes |