[Cialug] SSH ports Security Paper - Theron?
Matthew Nuzum
newz at bearfruit.org
Thu Jul 17 10:08:02 CDT 2008
On Thu, Jul 17, 2008 at 8:42 AM, Nathan C. Smith <nathan.smith at ipmvs.com> wrote:
> Maybe we need an SSH client that can simultaneously check your 3 favorite alternate
> ssh ports when you try to connct to a host?
Well, using the openssh client you can do this in your ~/.ssh/config:
Host *.yourdomain.com
Port 31337
Unfortunately, openssh doesn't support inheritance (or maybe
fortunately) so any settings you put in a wildcard have to be manually
overridden for hosts explicitly declared.
Host mail.yourdomain.com
Port 31337
user mailadmin
I realize it's not exactly what you were looking for but it does make
life a little easier.
--
Matthew Nuzum
newz2000 on freenode
More information about the Cialug
mailing list