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
As a more general solution, instead of adding every possible ssh option to fdt, a single fdt option - similar to the rsync -e, --rsh=COMMAN option - and/or environment variable would be better, which may allow to specify a remote shell program along with options.
For example
java -jar fdt.jar -e 'ssh -i otherkey' /hello host:/
Another advantage of this approach is that site specific configurations in ~/.ssh/config would have effect.
The text was updated successfully, but these errors were encountered:
As a more general solution, instead of adding every possible ssh option to fdt, a single fdt option - similar to the rsync -e, --rsh=COMMAN option - and/or environment variable would be better, which may allow to specify a remote shell program along with options.
For example
java -jar fdt.jar -e 'ssh -i otherkey' /hello host:/
Another advantage of this approach is that site specific configurations in ~/.ssh/config would have effect.
The text was updated successfully, but these errors were encountered: