From 57f924c50d4e96b826ddbe9e2a7b935180a05947 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 1 Oct 2013 08:25:09 -0400 Subject: [PATCH] defect 3811 --- xCAT-server/lib/xcat/plugins/credentials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/credentials.pm b/xCAT-server/lib/xcat/plugins/credentials.pm index 9d3d48615..6b667b494 100644 --- a/xCAT-server/lib/xcat/plugins/credentials.pm +++ b/xCAT-server/lib/xcat/plugins/credentials.pm @@ -138,7 +138,7 @@ sub process_request } elsif (/ssh_dsa_hostkey/) { if (-r "/etc/xcat/hostkeys/$client/ssh_host_dsa_key") { - $tfilename="/etc/xcat/hostkeys/$client/ssh_host_rsa_key"; + $tfilename="/etc/xcat/hostkeys/$client/ssh_host_dsa_key"; } elsif (-r "/etc/xcat/hostkeys/ssh_host_dsa_key") { $tfilename="/etc/xcat/hostkeys/ssh_host_dsa_key"; } else {