Results 1 to 2 of 2
Hey,
I have this problem. I am running Mandriva Free 2007 and I try to generate ssh key by running this command
[system]$ ssh-keygen -t dsa -b 2048 -f /home/cron/backup-rsync-key
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-02-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 1
ssh key generater problem
Hey,
I have this problem. I am running Mandriva Free 2007 and I try to generate ssh key by running this command
[system]$ ssh-keygen -t dsa -b 2048 -f /home/cron/backup-rsync-key
And I always get this output:
DSA keys must be 1024 bits
[system]$
Is there anyone know who to fix this problem. I want to generate 2048 ssh key not 1024.
Thanks.
- 02-02-2007 #2
Pretty strange - I don't have that restriction on my FreeBSD box. However, on my FC5 box I see the same message as you do.
From the ssh-keygen manpages on FC:
Generate a rsa key instead.DSA keys must be exactly 1024 bits as specified by FIPS 186-2.


Reply With Quote
