[86858] in North American Network Operators' Group
Re: a record?
daemon@ATHENA.MIT.EDU (Suresh Ramasubramanian)
Sat Nov 19 22:02:52 2005
Date: Sun, 20 Nov 2005 08:32:24 +0530
From: Suresh Ramasubramanian <ops.lists@gmail.com>
To: Alexei Roudnev <alex@relcom.net>
Cc: "Patrick W. Gilmore" <patrick@ianai.net>, nanog@nanog.org
In-Reply-To: <06f801c5ed4e$3f9f3e80$6401a8c0@alexh>
Errors-To: owner-nanog@merit.edu
On 11/20/05, Alexei Roudnev <alex@relcom.net> wrote:
> Other approach exists as well - SecureID on firewall. Login to firewall,
> authenticate, and have dynamic access list which opens ssh for you (and
> still keep ssh on port !=3D 22).
Or VPN in, or set up a tunnel of some sort. Have ssh available over
the tunneled interface. Yup, lots of options available.
Though, if you have a secure ssh and reasonable control of your
passwords it is probably safe to leave it at port 22 rather than
resorting to security by obscurity measures like running it on a
higher number port or (as at least one webhost does) running it on
443, with some kind of shim listening on that port, intercepting
requests to it and redirecting them to apache or sshd as appropriate.