]> git.madduck.net Git - etc/ssh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

move madduck.net defaults to bottom
authormartin f. krafft <madduck@madduck.net>
Thu, 7 Jan 2016 03:17:33 +0000 (16:17 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 7 Jan 2016 03:17:33 +0000 (16:17 +1300)
.ssh/config.in

index 33e249d1d809fb5e41a570128c1051ae39d3bdcb..ebe9c19481245643c89f0c7d5b884b706e149dc2 100644 (file)
@@ -4,10 +4,6 @@ Host 127.0.0.1 | localhost
   ForwardX11Trusted yes
   NoHostAuthenticationForLocalhost yes
 
   ForwardX11Trusted yes
   NoHostAuthenticationForLocalhost yes
 
-Match host *.madduck.net
-  StrictHostKeyChecking ask
-  VerifyHostKeyDNS ask
-
 ### CHARADE KVM HOST
 
 Host charade.madduck.net | charade
 ### CHARADE KVM HOST
 
 Host charade.madduck.net | charade
@@ -935,6 +931,10 @@ Host github.com | github
 
 ### DEFAULTS
 
 
 ### DEFAULTS
 
+Match host *.madduck.net
+  StrictHostKeyChecking ask
+  VerifyHostKeyDNS ask
+
 Host *
   IgnoreUnknown *
   ConnectTimeout 10
 Host *
   IgnoreUnknown *
   ConnectTimeout 10