diff options
-rw-r--r-- | .pinerc | 2 | ||||
-rw-r--r-- | .ssh/config | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -318,7 +318,7 @@ address-book= global-address-book= # Set by Pine; controls beginning-of-month sent-mail pruning. -last-time-prune-questioned=109.10 +last-time-prune-questioned=199.11 # Set by Pine; controls display of "new version" message. last-version-used=6.00 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 |