Class SSHShell
java.lang.Object
com.marginallyclever.communications.transport.ssh.SSHShell
This program enables you to connect to sshd server and get the shell prompt.
$ CLASSPATH=.:../build javac Shell.java
$ CLASSPATH=.:../build java Shell
You will be asked username, hostname and passwd.
If everything works fine, you will get the shell prompt. Output may
be ugly because of lacks of terminal-emulation, but you can issue commands.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SSHShell
public SSHShell()
-
-
Method Details
-
main
-