|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.RunRemoteCommand
This is a simple demo of running a single command on a ssh2 server in exactly the same way an ordinary unix ssh2 client works when passed a command-line to be run.
usage: RunRemoteCommand <server[:port]> <username> <password> <command-line>
RunRemoteCommand2
Constructor Summary | |
RunRemoteCommand()
|
Method Summary | |
static SecureRandomAndPad |
createSecureRandom()
|
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunRemoteCommand()
Method Detail |
public static void main(java.lang.String[] argv)
public static SecureRandomAndPad createSecureRandom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |