2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-04-02 07:03:30 +00:00
Files
xcat-core/xCAT
SStar1314 d6df481949 xCAT provision Sles11.2 will hang-on when excuting remoteshell script
xCAT provision Sles11.2 will hang-on and wait for input passphrase when executing "ssh-keygen -y -f /etc/ssh/ssh_host_ecdsa_key > /etc/ssh/ssh_host_ecdsa_key.pub" command in remoteshell script.

Root Cause: Sles11.2 install openssh-5.1p1-41.57.1 build-in package, and this version openssh don't support ecdsa key type.
So there needs a openssh support check before ecdsa key generation. In remoteshell script, line 283, we will add "ssh-keygen -t ecdsa -y -f /etc/ssh/ssh_host_ecdsa_key -P "" " command and check the result to judge support or not.
2015-08-20 20:57:44 +08:00
..
2007-10-26 22:44:33 +00:00
2010-01-22 19:15:55 +00:00