Bugzilla – Bug 672100
inst-sys: no /etc/ssh/ssh_host_ecdsa_key
Last modified: 2011-02-17 17:01:46 UTC
sshd has now support for /etc/ssh/ssh_host_ecdsa_key This file is not in inst-sys, so sshd complains (but does not refuse to work) when the installation is started with this kernel cmdline: /proc/cmdline quiet panic=9 sysrq=yes start_shell dhcp=1 install=nfs://192.168.2.100/dist/iso/11.4/openSUSE-DVD-Build1056-x86_64/openSUSE-DVD-Build1056-x86_64.iso ssh=1 sshpassword=root nosshkey vnc=1 vncpassword=password initrd=oss/11.4/rc1/initrd-x86_64 BOOT_IMAGE=oss/11.4/rc1/linux-x86_64 The key should be added similar to the other three existing ssh keys, and /sbin/inst_setup_ssh has to be updated to generate it on demand. (no y2logs since yast is not involved)
This is new, 11.4M5 did not yet have support for ecdsa
fix submitted