[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Markus Friedl <markus_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 16 Jan 2001 12:20:06 -0700 (MST)
- Reply-to: Markus Friedl <markus_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: src
Changes by: markus_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2001/01/16 12:20:06
Modified files:
usr.bin/ssh : key.c ssh-rsa.c
Log message:
make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb_(_at_)_vandyke_(_dot_)_com_(_dot_)_
note that you have to delete older ssh2-rsa keys, since they are in the
wrong format, too. they must be removed from .ssh/authorized_keys2
and .ssh/known_hosts2, etc.
(cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP .ssh/authorized_keys2)
additionally, we now check that BN_num_bits(rsa->n) >= 768.
Visit your host, monkey.org