SFTP to remote system using Virtual-IP

SFTP programmatically without interruption to a remote-system that uses Virtual-IP (physical box is subjected to change) with the following options.

sftp -o PasswordAuthentication=no -o StrictHostKeyChecking=no

This will add the remote hostname to ~/.ssh/known_hosts file automatically without interruption.

Posted bySeshu Karthick at 1:44 PM  

0 comments:

Post a Comment