]> git.madduck.net Git - etc/ssh.git/blobdiff - .ssh/config

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:

add dynamic hosts with CheckHostIP no
[etc/ssh.git] / .ssh / config
index 45bfdb0f0a30080de40f308ae881308c07601065..a3638b0ca779f123ae63b98b71ef81e71c4e69cb 100644 (file)
@@ -1,10 +1,10 @@
-Host localhost | 127.0.0.1
+Host 127.0.0.1 | localhost
   ForwardAgent yes
   ForwardX11 yes
   ForwardX11Trusted yes
   NoHostAuthenticationForLocalhost yes
 
-Host pulse | pulse.madduck.net
+Host pulse.madduck.net | pulse
   ForwardAgent yes
   Hostname pulse.madduck.net
 Host svn.madduck.net | svn
@@ -17,6 +17,15 @@ Host scratch.madduck.net | scratch
   User madduck
   HostKeyAlias pulse.madduck.net
 
+Host lapse.madduck.net | lapse.oerlikon.madduck.net | lapse
+  CheckHostIP no
+
+Host wall.madduck.net | wall.oerlikon.madduck.net | oerlikon.no-up.org | wall
+  CheckHostIP no
+
+Host embryo.madduck.net | embryo.gauting.madduck.net | gauting.no-ip.org | embryo
+  CheckHostIP no
+
 Host debian-community.org | bikeshed.debian-community.org | bikeshed
   Hostname bikeshed.debian-community.org
   User madduck