Re: Windows SSH Secure Shell
- From: Joe <joe@xxxxxxxxxxxxxx>
- Date: Tue, 21 Aug 2007 16:30:39 +0100
Jason Piercey wrote:
While I'm not certain this is strictly an SBS question, I thought
I'd post here anyway since my concern involves keeping our
SBS secure.
We've got a client who does some moonlighting for us and we
were previously sharing documents via FTP (their setup, not on
our server). Evidently their ISP doesn't like the FTP site and
has shut it down.
This client has now asked us to use Windows SSH Secure Shell
to transfer documents back and forth in lieu of the FTP. Considering
I know nothing about this type of connection I am initially hesitant
to use it.
Questions:
How secure is this?
Any potential problems I should be aware of?
There have been bots running dictionary attacks on SSH for some years,
so the recommendation is to use public/private keys to authenticate. The
system uses SSL either way, and passwords if used are encrypted. It is
about as secure as file transfer gets. After the initial connection is
made to a new server, you are asked to confirm that you're sure about
the server you're connecting to, and if you ever try to connect again
and the computer key doesn't match the client's stored key, you are
warned.
I'm not aware of a Microsoft SSH server, but there are third-party
programs. If the server runs on their system it's not a problem for you
anyway. There is a free, well-thought-of Windows SSH client called PuTTY
which is a suite including SCP, the secure copy client program. This is
command-line driven, but I have no doubt there are also graphical
clients.
Note that if the server is configured to allow it, then TCP ports
can be forwarded either way at the request of the client. I run a
key-authenticated SSH server on my home server, for example, and
forward both the server's and my router's port 80, and the server's
IMAP port, to high ports on the localhost, letting me reach my email
and intranet and check the router log from my laptop remotely, but
without using a full VPN. The private key requires a passphrase for
use, so theft of the laptop would not be a big problem. Not in that
way, anyway.
.
- Follow-Ups:
- Re: Windows SSH Secure Shell
- From: Jason Piercey
- Re: Windows SSH Secure Shell
- References:
- Windows SSH Secure Shell
- From: Jason Piercey
- Windows SSH Secure Shell
- Prev by Date: Re: Company Name on CompanyWeb
- Next by Date: Re: Installing Exchange server SP2
- Previous by thread: Windows SSH Secure Shell
- Next by thread: Re: Windows SSH Secure Shell
- Index(es):
Relevant Pages
|