- Back to Home »
- OpenTool for Executing a command on Remote machine
Posted by :
Arjun Lagisetty
Friday, February 21, 2014
As we discussed in the previous post, here , We had a gap in ODI openTool tool set in terms of calling a command from a remote machine via ssh.
I created an open tool which can remote log in into a machine via ssh and execute a command.
You can find the source code and the jar file of the open tool here. This tool is released under Free BSD license.
Instructions for the installation can be found here
Some limitations of the tools:
I created an open tool which can remote log in into a machine via ssh and execute a command.
You can find the source code and the jar file of the open tool here. This tool is released under Free BSD license.
Instructions for the installation can be found here
Some limitations of the tools:
- Only password based authentication is possible.
- Synchronous parameter is not yet implemented.
Your comments and contributions are welcome.