I am trying to install openssh-4.6p1 on my new x86 build. Everything
compiles fine and even install fine. I used he standard configuration in the
book BLFS.  However during the install when openssh tries to generate the
ssh_host_rsa_key and ssh_host_dsa_key key it fails. I have read reports on
the net that I should be able to generate these keys yourself . However ever
attempt to generate rsa and dsa keys have failed. If anyone can help me out
it would be greatly appreciated.

mkdir /etc/ssh
Generating public/private rsa1 key pair.
Your identification has been saved in /etc/ssh/ssh_host_key.
Your public key has been saved in /etc/ssh/ssh_host_key.pub.
The key fingerprint is:
58:01:07:b8:b8:e4:9c:85:e8:a0:e3:9c:20:26:eb:ca [EMAIL PROTECTED]
Generating public/private dsa key pair.
/bin/sh: line 16:  5010 Illegal instruction     ./ssh-keygen -t dsa -f
/etc/ssh/ssh_host_dsa_key -N ""
Generating public/private rsa key pair.
/bin/sh: line 16:  5011 Illegal instruction     ./ssh-keygen -t rsa -f
/etc/ssh/ssh_host_rsa_key -N ""
make: *** [host-key] Error 132

[EMAIL PROTECTED]:/etc/ssh# ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa): ssh_host_dsa_key
ssh_host_dsa_key already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Illegal instruction
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to