summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-23 20:09:10 -0400
committerJune McEnroe <june@causal.agency>2018-07-23 20:09:10 -0400
commit19425df67e6f01054068186a10a143893d84fd95 (patch)
tree07ec7a0c11cf1184ad2c46aaf952173760ae0967 /home
parentRestore LDLIBS alphabetical order (diff)
downloadsrc-19425df67e6f01054068186a10a143893d84fd95.tar.gz
src-19425df67e6f01054068186a10a143893d84fd95.zip
Add monday.local to ssh
Diffstat (limited to 'home')
-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
 
ient cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe