diff options
author | bnewbold <bnewbold@manus.(none)> | 2009-11-16 14:26:11 -0600 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2009-11-16 14:26:11 -0600 |
commit | ec079fc1696c635abc7783e0f961ac614569dbe2 (patch) | |
tree | 0aeefb3ce184e653cb04bbc9211ad6ea0acf0575 /.ssh/config | |
parent | b58a6bb5b6e9d7cf451eecde847b35a6e5f98639 (diff) | |
download | openwrt-repro-ec079fc1696c635abc7783e0f961ac614569dbe2.tar.gz openwrt-repro-ec079fc1696c635abc7783e0f961ac614569dbe2.zip |
pine update, x-forwarding to spt
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index f88aca4..abd6bc8 100644 --- a/.ssh/config +++ b/.ssh/config @@ -24,6 +24,7 @@ Host athena #PreferredAuthentications publickey,gssapi,password Host spt HostName spt.uchicago.edu + ForwardX11 yes Host fajitta HostName 128.32.117.23 User mux |