summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config
index 64485932..e9a1982a 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -5,7 +5,7 @@ HashKnownHosts yes
 
 SendEnv NETHACKOPTIONS
 
-Host tux.local thursday.local
+Host monday.local thursday.local
     ForwardAgent yes
     RemoteForward 7062 127.0.0.1:7062
 
-04-02 23:30:44 +0800'>2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu