diff options
author | June McEnroe <june@causal.agency> | 2018-07-23 20:09:10 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-07-23 20:09:10 -0400 |
commit | e2dde3dbc37ee1ea47c0a630a74f6bb90ae7e7d3 (patch) | |
tree | 2924cc694037cbe5e2e91e5f3d92b45b54ffa729 /home | |
parent | Restore LDLIBS alphabetical order (diff) | |
download | src-e2dde3dbc37ee1ea47c0a630a74f6bb90ae7e7d3.tar.gz src-e2dde3dbc37ee1ea47c0a630a74f6bb90ae7e7d3.zip |
Add monday.local to ssh
Diffstat (limited to '')
-rw-r--r-- | home/.ssh/config | 2 |
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 |