diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 378377b..a1ab622 100644 --- a/.ssh/config +++ b/.ssh/config @@ -49,7 +49,10 @@ Host mars Host bmode HostName bicep0.caltech.edu User bnewbold -Host bicep51 +Host bicep52 HostName bicep.fas.harvard.edu User bicep ForwardX11 yes +Host odyssey + HostName odyssey.fas.harvard.edu + User bnewbold |