]> 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:

enable sockets for local virt hosts
authormartin f. krafft <madduck@madduck.net>
Thu, 7 Jan 2016 03:20:37 +0000 (16:20 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 7 Jan 2016 03:20:37 +0000 (16:20 +1300)
.ssh/config.in

index bcdaa3b43d50a018e0ac7c04ba97caddbfb7ae68..706ae25e0075b1003e08eba0930580cc7637c345 100644 (file)
@@ -267,16 +267,15 @@ Host fishbowl | fishbowl.rw.madduck.net
 ### LOCAL VIRT HOSTS
 
 Host red | green | blue | yellow | black | white | orange | violet | wafer
 ### LOCAL VIRT HOSTS
 
 Host red | green | blue | yellow | black | white | orange | violet | wafer
+  CanonicalDomains virt
+  CanonicalizeHostname yes
+  CanonicalizeFallbackLocal no
+  CanonicalizeMaxDots 0
   VerifyHostKeyDNS no
   CheckHostIP no
   ForwardAgent yes
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
   VerifyHostKeyDNS no
   CheckHostIP no
   ForwardAgent yes
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
-  ControlMaster no
-  CanonicalDomains virt
-  CanonicalizeHostname yes
-  CanonicalizeFallbackLocal no
-  CanonicalizeMaxDots 0
 
 ### DEBIAN
 
 
 ### DEBIAN