From: Joey Schulze Date: Sat, 16 Dec 2023 22:56:39 +0000 (+0100) Subject: Document support for address lookup X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.infodrom.org;a=commitdiff_plain;ds=sidebyside Document support for address lookup --- diff --git a/src/projects/ssh-hostgen/index.wml b/src/projects/ssh-hostgen/index.wml index 8925a7f8..05a57d40 100644 --- a/src/projects/ssh-hostgen/index.wml +++ b/src/projects/ssh-hostgen/index.wml @@ -14,6 +14,16 @@ file from multiple source files located in ~/.ssh/hosts.d/*.conf.

Disabling block of hosts only requires renaming the respective source file and rebuilding the file used by ssh

+

You can easily use a lookup program to look up addresses

+ +
+Host foo
+    Hostname {lookup program "name"}
+
+Host bar
+    ProxyCommand ssh jumphost nc -q0 {lookup ~/.ssh/lookup-address "bar GmbH"} 1234
+
+

Please send comments, patches and good ideas to Joey Schulze.