diff options
author | 2001-01-16 19:20:06 +0000 | |
---|---|---|
committer | 2001-01-16 19:20:06 +0000 | |
commit | a85896f92111a1f29b045cd5815b3c4b3ea3a1b3 (patch) | |
tree | 3651d0249755b8c6f6cf90c407f4171abc8a4dad /sys/dev/pci/pci_subr.c | |
parent | Don't include machine/elf_machdep.h, not all archs have it yet. (diff) | |
download | wireguard-openbsd-a85896f92111a1f29b045cd5815b3c4b3ea3a1b3.tar.xz wireguard-openbsd-a85896f92111a1f29b045cd5815b3c4b3ea3a1b3.zip |
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 'sys/dev/pci/pci_subr.c')
0 files changed, 0 insertions, 0 deletions