Found a small typo in ssh-keygen(1) Index: ssh-keygen.1 =================================================================== RCS file: /cvs/src/usr.bin/ssh/ssh-keygen.1,v retrieving revision 1.106 diff -u -p -r1.106 ssh-keygen.1 --- ssh-keygen.1 13 Apr 2011 04:09:37 -0000 1.106 +++ ssh-keygen.1 7 Sep 2011 02:10:12 -0000 @@ -214,7 +214,7 @@ Generally, 2048 bits is considered suffi DSA keys must be exactly 1024 bits as specified by FIPS 186-2. For ECDSA keys, the .Fl b -flag determines they key length by selecting from one of three elliptic +flag determines the key length by selecting from one of three elliptic curve sizes: 256, 384 or 521 bits. Attempting to use bit lengths other than these three values for ECDSA keys will fail.
