 |
Events |
 |
Methods |
 |
Properties |
|
 |
|
MySSH
|
What is this ?
Secure Shell (SSH) is a protocol to log into another computer over a network, to execute commands in a remote machine. It provides strong authentication and secure communications over unsecure channels. It is intended as a replacement for rlogin, rsh, and rcp.
MySSH is a COM object which provides simlpe interface to excute programs on remote Linux/Unix systems over secure encrypted channel. Simply specify command to execute and get back a result as a string. You can use with any language which supports Microsoft COM technolgy.
This level of security can be extremely important if you are transferring mission critical data such as Credit Card records, client information, digital assets, or other critical and sensitive data.
|