mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 01:26:38 +00:00
Changed check from rsa1 key to rsa key, as discussed in Issue #861
This commit is contained in:
parent
d6b3ce9d0c
commit
471673a109
@ -1575,7 +1575,7 @@ sub checkCredFiles
|
||||
$dir = "$installdir/postscripts/hostkeys";
|
||||
if (-d $dir)
|
||||
{
|
||||
my $file = "$dir/ssh_host_key.pub";
|
||||
my $file = "$dir/ssh_host_rsa_key.pub";
|
||||
if (-e $file)
|
||||
{
|
||||
my $file2 = "$dir/*.pub"; # all public keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user