Displaying 1 result from an estimated 1 matches for "anotherplace".
2002 Jul 10
0
[Bug 351] New: wishlist: aliases in .ssh/config
...Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: hssnepole at tigerfood.org
The problem:
I've got access to several domains that get different ssh configuration options,
such as
Host *.someplace.com
User felix
ForwardX11 yes
Host *.anotherplace.com
User flee
Spandex yes
[etc...]
which is simple enough, but then there are several hosts within each domain that
I'd like to refer to with short aliases, which means adding many lines like
Host z
Hostname zymurgy.anotherplace.com
which is also simple enough, but then...