You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to specify config options to pass to rsync via rsync_flags but there is no comparable ability to pass config params to the ssh remote shell.
i.e. these lines:
This would be useful in order to (for example) pass -o StrictHostKeyChecking=no in order to prevent Host Key Validation from failing the rsync in an environment where you cannot easily modify the ~/.ssh/config.
The text was updated successfully, but these errors were encountered:
It is possible to specify config options to pass to rsync via
rsync_flags
but there is no comparable ability to pass config params to the ssh remote shell.i.e. these lines:
statistrano/lib/statistrano/remote.rb
Lines 74 to 76 in 91ea21c
Need to actually be something like:
This would be useful in order to (for example) pass
-o StrictHostKeyChecking=no
in order to prevent Host Key Validation from failing the rsync in an environment where you cannot easily modify the~/.ssh/config
.The text was updated successfully, but these errors were encountered: