From 307249ee2efae2e2c6241ec3d216c1934e230683 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 1 May 2017 17:20:06 -0400 Subject: Clean up SSH config --- .ssh/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index db26e881..4068ff35 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,12 +1,12 @@ +IgnoreUnknown Include Include config_private -Host * - HashKnownHosts yes +HashKnownHosts yes -Host *.local - ForwardAgent yes - RemoteForward 7062 127.0.0.1:7062 +Host tux.local thursday.local + ForwardAgent yes + RemoteForward 7062 127.0.0.1:7062 Host april - HostName %h.nyc3.do.cmcenroe.me - Port 2222 + HostName %h.nyc3.do.cmcenroe.me + Port 2222 -- cgit 1.4.1 n value='master'>master manuals for other systems
about summary refs log tree commit diff
path: root/NetBSD (unfollow)
Commit message (Collapse)Author
2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe
Also add section 6 manuals from NetBSD and OpenBSD!
2020-12-14Update to man-pages-posix 2017-aJune McEnroe
2020-12-14Update to OpenBSD 6.8June McEnroe
2020-12-14Update to NetBSD 9.1June McEnroe
2020-12-14Update to man-pages 5.09June McEnroe
2020-12-14Update to FreeBSD 12.2June McEnroe
2020-06-08Update to OpenBSD 6.7June McEnroe
2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe
2020-05-04Don't clear MANSECTJune McEnroe