Hi folks,
I was wondering ...
What would be the best way to deal with issues like this:
As for the background:
We're using several scripts that automatically scan our LPARs and connect to each server they find performing certain actions on every server. From time to time servers are being added. This leads to the issue mentioned above and prevents the script from completing without us being informed of this.
Because there are dozens of server combinations, what we don't want to do is connect manually from each source server to every new target and enter "yes". So what we need is a way to let the script do it for us whenever it encounters such a message.
Any suggestions ?
Regards,
Thomas
I was wondering ...
What would be the best way to deal with issues like this:
Code:
The authenticity of host 'server1 (192.168.17.17)' can't be established.
RSA key fingerprint is 21:b1:9a:38:2c:c7:da:dd:69:02:39:0b:cd:dc:dc:34.
Are you sure you want to continue connecting (yes/no)?
As for the background:
We're using several scripts that automatically scan our LPARs and connect to each server they find performing certain actions on every server. From time to time servers are being added. This leads to the issue mentioned above and prevents the script from completing without us being informed of this.
Because there are dozens of server combinations, what we don't want to do is connect manually from each source server to every new target and enter "yes". So what we need is a way to let the script do it for us whenever it encounters such a message.
Any suggestions ?
Regards,
Thomas