Up to [cvs.NetBSD.org] / src / crypto / dist / ssh
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-2-1
Revision 1.18.2.1.4.1 / (download) - annotate - [select for diffs], Sun Oct 15 15:44:33 2006 UTC (6 years, 8 months ago) by bouyer
Branch: netbsd-2-1
Changes since 1.18.2.1: +2 -2
lines
Diff to previous 1.18.2.1 (colored) next main 1.18.2.2 (colored)
Pull up following revision(s) (requested by adrianp in ticket #10719):
crypto/dist/ssh/sshd_config: revision 1.25
Change the default sshd configuration file so that only protocol version
2 is enabled by default. Users can manually add back support for
protocol version 1 in their sshd_config if they have a specific need for it.
Suggested by perry@ and ghen@. Ok'ed security-officer@ and christos@
Revision 1.18.2.1 / (download) - annotate - [select for diffs], Wed May 5 15:27:40 2004 UTC (9 years, 1 month ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE
Branch point for: netbsd-2-1,
netbsd-2
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
Pull up revision 1.19 (requested by jonb in ticket #243): Set LoginGraceTime back to 600 like it used to be. This should help slow machines with long keys to still work like they did with NetBSD 1.6 and before.