java.lang.Object
com.marginallyclever.communications.transport.ssh.SSHShell

public class SSHShell extends Object
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.
  • Constructor Details

    • SSHShell

      public SSHShell()
  • Method Details

    • main

      public static void main(String[] arg)