Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1155 - SSH v1 enabled by default on install
Summary: SSH v1 enabled by default on install
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ferry Meyndert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-14 21:12 UTC by Brian Raymond
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Raymond 2002-03-14 21:12:48 UTC
SSH v1 has well known and documented security vulnerabilities that can be used
to exploit the SSH server. A safe measure is to either disable v1 on the merge
and let the user know it has been done or inform the user that v1 is on and what
needs to be done to disable it.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-15 00:44:34 UTC
What do you think, m0rpheus?
Comment 2 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-15 21:55:06 UTC
Just some points to consider:

- ssh1 is enabled by default in the portable openssh package (hense why its on
by default for us)
- ssh1 is enabled by default in debian
- ssh1 is enabled by default in freebsd

The default is for protocol 2 to take precedence and fall back to protocol 1. 
It will only use ssh1 if it can't use ssh2 for some reason.
Comment 3 Brian Raymond 2002-03-16 07:36:03 UTC
I'm not sure if it differs from stable to testing but on an SSH install in
Debian (apt-get) a few weeks ago it actually asked me if I wanted to turn off
SSH v1 because of how vulnerable it is. That's actually what got me thinking
about wanting to see it in packages on most distros.

 Granted it's not a wide open and easy hole that can be compromised by anyone
but it can and does happen. It's a small point but, "better to be safe now then
sorry later."
Comment 4 Ferry Meyndert (RETIRED) gentoo-dev 2002-03-21 04:02:42 UTC
Ive looked thru many distros and they all have ssh1 on by default. SO i dodnt
realy see the harm of keeping it on by default.