From e0484ea414076bfc9471d3104859bcc5cc47c56d Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 16 Dec 2023 23:56:39 +0100 Subject: [PATCH] Document support for address lookup --- src/projects/ssh-hostgen/index.wml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.

-- 2.20.1