Forum Moderators: phranque

Message Too Old, No Replies

how safe is SSH?

         

bill

4:35 am on Nov 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm trying to convince a system administrator to open a network to allow the use of SSH. One of the worries that is being expressed is that if somehow the SSH were cracked then that would be a chink in their armor (or so to speak). They're kind of concerned about this, and rightly so.

I'm wondering if there are a lot of known security problems with the use of SSH.

bakedjake

4:50 am on Nov 3, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



SSH

It's relatively secure, bill. I think you'll have more problems with weak passwords more than actual security problems within the software itself.

I tend to prefer commercial SSH over OpenSSH. Just a personal preference.

Follow normal good rules for creating passwords (don't make them based upon dictionary words, and change them often), and you'll be just fine. SSH is the standard for remote system administration.

trillianjedi

5:46 pm on Nov 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I agree with the good passwords philosophy.

You can also set it up to work with a public/private key pair rather than a standard password for a little extra security.

TJ

vkaryl

1:56 am on Nov 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Key pairs are preferred on various sites I use where SSH is the protocol of choice. None of them have ever indicated that passwords would be acceptable instead.