[CentOS] Client backup solution with web interface

Thu Nov 12 12:24:10 UTC 2009
Joseph L. Casale <JCasale at activenetwerx.com>

>I need this because the client has a dynamic ip, so the ssh key
>authentication on the server never works un-interactively - because
>every time the cient ip has changed, and the script asks:
>> The authenticity of host ##.##.##.## can't be established.
>> RSA key fingerprint is ##########.
>> Are you sure you want to continue connecting (yes/no)?
>
>Or could there be some other approach to this?

Use the ssh StrictHostKeyChecking parameter...
jlc