Last modified on: 12 Feb 2020
ssh-customwrapper is a Virtual DataPort custom wrapper which uses the secure shell protocol to connect to a remote computer and execute a command.
Implemented by class com.denodo.connect.ssh.SSHWrapper.
The data source created from the SSHWrapper need the following mandatory parameters:
One optional parameter:
There are also two parameters that are mutually exclusive:
Parameters of the data source
Once the custom wrapper has been registered, we will be asked by VDP to create a base view for it.
Base views created from the SSHWrapper need the following parameter:
The base views created from the SSHWrapper have the following schema:
Exit Value |
Exit Status |
0 |
Success |
Non-zero |
Failure |
2 |
Incorrect usage |
126 |
Not an executable |
127 |
Command not found |
Tip for exit value 127: Make sure that ssh-customwrapper can find the command on the remote server. You may need to add path to the command to PATH environment variable. Also make sure that the startup script that sets PATH is actually executed for non-interactive sessions.
View schema
The execution of the wrapper returns the result of the command execution.
View results