From 7680ac2dec48248f6ba8c5538f0dbe769165a808 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 22 Jul 2014 10:30:22 -0400 Subject: [PATCH] fix for ecdsa support --- xCAT/postscripts/remoteshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index 93dad4e1b..5ce0aec1d 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -221,7 +221,7 @@ fi rm /tmp/ssh_rsa_hostkey # if there is a ecdsa host key on the node then download the replacement from the MN/SN -if [ -f ssh_host_ecdsa_key ]; then +if [ -f /etc/ssh/ssh_host_ecdsa_key ]; then # download the host ecdsa key if [ $useflowcontrol = "1" ]; then #first contact daemon xcatflowrequest 3001