On 05/22/2013 06:08 PM, Bruce Dubbs wrote: > Baho Utot wrote: >> In the section for openssh the following should be added to the >> instructions for running sshd >> >> ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa >> ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa >> ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa >> >> This generates the keys for sshd and it will then not throw an >> error/warning message when sshd is started from the start up scripts. > According to my log, these are done automatically with make install: > > 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. > ... > > Generating public/private dsa key pair. > Your identification has been saved in /etc/ssh/ssh_host_dsa_key. > Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. > ... > > Generating public/private rsa key pair. > Your identification has been saved in /etc/ssh/ssh_host_rsa_key. > Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. > > -- Bruce
$ grep Generating LOGS/openssh $ $ grep public LOGS/openssh $ $ grep ssh_host_key.pub LOGS/openssh $ nothing returned on any of the above -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
