Command-based ssh_config declarations
David Woodhouse
dwmw2 at infradead.org
Sat Mar 8 11:23:46 EST 2008
On Fri, 2008-03-07 at 02:03 -0500, Jim Knoble wrote:
> This is mainly a matter of discipline or policy in what name is used to
> access the Subversion or CVS server. The names in the Host stanzas
> aren't even required to be valid DNS names, as long as the HostName
> directive contains a either a valid IP address or a name that's
> defined in DNS or /etc/hosts or whatever your system uses.
You don't even need that, as long as you have a ProxyCommand which will
talk SSH protocol on its stdin/stdout. Such as:
host *.mydomain.internal
ProxyCommand ssh bastionhost.mydomain.com exec netcat %h %p
--
dwmw2
More information about the openssh-unix-dev
mailing list