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