diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-10-05 22:11:54 -0400 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-10-05 22:11:54 -0400 |
commit | 759a27cbcbc0bdb35520e5c8714e053abceb6132 (patch) | |
tree | f9f422de33846df4c178b7919c4969eae70daf05 /.ssh/config | |
parent | 7f424af6cf89dea2b2aa9bf05d9f971ac98fc70e (diff) | |
parent | 7a73f2a7c706a1383ad0778671d1dbbe9c636f3a (diff) | |
download | openwrt-repro-759a27cbcbc0bdb35520e5c8714e053abceb6132.tar.gz openwrt-repro-759a27cbcbc0bdb35520e5c8714e053abceb6132.zip |
resolved some differences
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 3a3278c..722ef6d 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,12 @@ Host sicm HostName planet024.ai.mit.edu User bnewbold +Host animus + HostName animus.robocracy.org + User bnewbold +Host linux + HostName linux.mit.edu + User bnewbold Host ligo HostName aneirin.mit.edu User controls |