-Disable stricthostkeychecking to allow implicit approval of initial host keys from previously unknown neighbors
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1106 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c58e662df0
commit
09d04f8731
@ -15,6 +15,11 @@ then
|
||||
echo "PasswordAuthentication no" >>/etc/ssh/sshd_config
|
||||
fi
|
||||
|
||||
if [ -r /etc/ssh/sshd_config ]
|
||||
then
|
||||
echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config
|
||||
fi
|
||||
|
||||
if [ -d /xcatpost/.ssh ]
|
||||
then
|
||||
logger -t xcat "Install: setup root .ssh"
|
||||
|
Loading…
Reference in New Issue
Block a user