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

provide proxy hosts via diamond
authormartin f. krafft <madduck@madduck.net>
Mon, 27 Jun 2016 05:32:58 +0000 (07:32 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 27 Jun 2016 05:32:58 +0000 (07:32 +0200)
.ssh/config.in

index e95fe4312309d1992a276d33f8a8d8a7a18d1638..eff3de7097d73ffd664a4c2deb7f68acbf67eff0 100644 (file)
@@ -172,6 +172,10 @@ Host julia.gern.madduck.net | julia
   ForwardAgent yes
   ForwardX11 yes
 
   ForwardAgent yes
   ForwardX11 yes
 
+Host julia-via-diamond
+  Hostname julia.gern.madduck.net
+  ProxyCommand ssh diamond.madduck.net nc -q0 %h %p
+
 Host git.gern.madduck.net | git.gern
   ForwardAgent yes
   HostKeyAlias julia.gern.madduck.net
 Host git.gern.madduck.net | git.gern
   ForwardAgent yes
   HostKeyAlias julia.gern.madduck.net
@@ -213,6 +217,10 @@ Host jugband.lehel.madduck.net | jugband.lehel | jugband
   ForwardX11 yes
   HostKeyAlias jugband.lehel
 
   ForwardX11 yes
   HostKeyAlias jugband.lehel
 
+Host albatross-via-diamond
+  Hostname albatross.lehel.madduck.net
+  ProxyCommand ssh diamond.madduck.net nc -q0 %h %p
+
 ### GAUTING
 
 Host embryo.gauting.madduck.net | embryo
 ### GAUTING
 
 Host embryo.gauting.madduck.net | embryo