diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-16 19:20:07 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-16 19:20:07 +0000 |
commit | 579bd1399734a5a0e75a849cb3a0183ffe6dd446 (patch) | |
tree | 43f00587093c57cf791b90781deb9e47b53a3b19 /usr.bin/vacation | |
parent | 4e0f5f585fbefc79085eb78c8f03c7db9002ff13 (diff) |
make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vandyke.com.
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.
Diffstat (limited to 'usr.bin/vacation')
0 files changed, 0 insertions, 0 deletions