diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.ssh/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config new file mode 100644 index 0000000..ce3530e --- /dev/null +++ b/dotfiles/.ssh/config @@ -0,0 +1,8 @@ +Host takemi + HostName dthompson.us + User dave + +Host scroll + HostName scroll.spritely.institute + ForwardAgent yes + User dave |