comment out the 5 lines of code that are deprecated for the getcredentials functionality
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1278 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
681be2ff98
commit
1399964941
@ -31,11 +31,11 @@ then
|
||||
chmod 600 /root/.ssh/*
|
||||
fi
|
||||
|
||||
if [ -d /xcatpost/hostkeys ]
|
||||
then
|
||||
logger -t xcat "Install: using server provided host key for convenience."
|
||||
cp /xcatpost/hostkeys/*_key /etc/ssh/
|
||||
fi
|
||||
#if [ -d /xcatpost/hostkeys ]
|
||||
#then
|
||||
# logger -t xcat "Install: using server provided host key for convenience."
|
||||
# cp /xcatpost/hostkeys/*_key /etc/ssh/
|
||||
#fi
|
||||
if [ ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user