Bug 672100

Summary: inst-sys: no /etc/ssh/ssh_host_ecdsa_key
Product: [openSUSE] openSUSE 11.4 Reporter: Olaf Hering <ohering>
Component: InstallationAssignee: Steffen Winterfeldt <snwint>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P3 - Medium    
Version: RC 1   
Target Milestone: ---   
Hardware: x86-64   
OS: Linux   
Whiteboard:
Found By: Outsourced Testing Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Olaf Hering 2011-02-15 13:58:18 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)
Comment 1 Olaf Hering 2011-02-15 14:09:43 UTC
This is new, 11.4M5 did not yet have support for ecdsa
Comment 2 Steffen Winterfeldt 2011-02-17 17:01:46 UTC
fix submitted