Re: Is SSH worth it??

From: Jeremy Anderson (jeremy@2monkeys.org)
Date: 10/08/02


Date: Mon, 7 Oct 2002 15:01:21 -0700 (PDT)
From: Jeremy Anderson <jeremy@2monkeys.org>
To: Trevor Cushen <Trevor.Cushen@sysnet.ie>

In general, I would say, yes, it's worth it. However, here are
the questions I would be asking:

1) You mention that not many people have access to the machines. How many
is not many? What is the turnover among the people who have access? Is
key control important to you?

2) Do you foresee a situation in the future where your systems will be
accessed from the outside world, either from users at a branch office or
people working from home? ssh also allows tunneling of other protocols so
that you can run X11 apps securely from remote, or do POP-over-SSL, or
SMTP-over-SSL, etc. These can also be done with a VPN, which will secure
all your apps for external use, but VPN solutions tend to be more
expensive and complicated to set up than ssh. (this, of course depends on
how many boxes you're securing and other things. If you have 50 or 100
servers running proprietary apps and they all need to be accessed from
remote, you'll be better off setting up a VPN).

If the answer is something like this:

"We have 10 users accessing the servers through a switched LAN. Our
employee turnover is low, and there are no plans in the next two years to
allow remote access", then no, maybe it's really not worth it.

I'm not sure why going from rsh to ssh would be a hassle. If you're in a
huge hurry, you can set up the accounts you would have logged into via rsh
with password-free keys. The security on this is lacking, but no
worse than using rsh. If you want to do it right, you can use ssh-agent
to cache the key on initial startup (i.e. at boot time), and use the
cached key for subsequent accesses.

Hope this is helpful.

Jeremy

On Mon, 7 Oct 2002, Trevor Cushen wrote:

> Hello all,
>
> Quick opinion based question. I have an switched internal network that
> currently uses a lot of rcp with rsh authentication to moves files
> about. Platforms are unix and nt (ftp on the nt side)
>
> More secure is ssh and scp for all platforms, but I have several scripts
> that would all have to be re-written and a fair bit of setting up for
> all the clients and servers involved throughout the organisation.
>
> The questions is this;
>
> On an internal network that is switched (making sniffing harder) is it
> worth going to SSH and SCP??????
>
> I am aware how to set it all up but the thing is, is it worth it. Bare
> in mind also that few people have passwords to the boxes and the only
> real threat is sniffing the traffic.
>
> All opinions welcome,
> thanks
>
> Trevor Cushen
> Sysnet Ltd
>
> www.sysnet.ie
> Tel: +353 1 2983000
> Fax: +353 1 2960499
>



Relevant Pages

  • Re: Question regarding using RSH protocol (not binary) over SSH
    ... servers to use SSH instead of RSH and so forth. ... this third party tool makes use of the raw RSH protocol ... The Automated Test Suite provider - They have a distributed load ... Persuade the company to rewrite their test suite to handle ssh. ...
    (comp.security.ssh)
  • Re: Question regarding using RSH protocol (not binary) over SSH
    ... servers to use SSH instead of RSH and so forth. ... this third party tool makes use of the raw RSH protocol ... The RSH protocol is _hardcoded_into their controller app. ...
    (comp.security.ssh)
  • Re: Question regarding using RSH protocol (not binary) over SSH
    ... to allow rsh onto their system would be the height of folly. ... Buy a new test suite from some company that has heard about security. ... Persuade the company to rewrite their test suite to handle ssh. ... stringent security policy regarding external access to their servers, ...
    (comp.security.ssh)
  • RE: Is SSH worth it??
    ... switch networks is not a protection against it. ... ettercap is the first software capable to sniff an SSH ... Subject: Is SSH worth it?? ... are there no hubs in this entire network? ...
    (Security-Basics)
  • Re: StringBuffer/StringBuilder efficiency
    ... Certainly a common case that looks worth ... appending strings to put together the response. ... Reducing CPU cycles has an additional payoff since these servers ... typically use less AC power when not doing useful work. ...
    (comp.lang.java.programmer)