Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43035 - example sshd_config: usage of "version 1-only" option with version 2
Summary: example sshd_config: usage of "version 1-only" option with version 2
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Security Guide (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/gentoo-s...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 14:26 UTC by Andreas Korthaus
Modified: 2004-03-06 13:29 UTC (History)
1 user (show)

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 Andreas Korthaus 2004-02-26 14:26:31 UTC
In this example of sshd_config only protocol-version 2 is used, but "RSAAuthentication" does apply to version 1 only.

Code Listing 11.3: /etc/ssh/sshd_config:

#Only enable version 2
Protocol 2

#Turn on RSA key authentication
RSAAuthentication yes



from `man sshd_config`:

     RSAAuthentication
             Specifies whether pure RSA authentication is allowed.  The
             default is ``yes''.  This option applies to protocol version 1
             only.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-03-06 13:29:17 UTC
I've updated the guide to reflect the usage of proto-2 only. RSA is removed; DSA is recommended.

Thanks for reporting!