jsch can provide i/o access to remote processes via pty's. However, some applications require access to a pty w/o an associated process.
Debuggers, like dbx and gdb, are one such class of applications. The way debuggers are integrated in a GUI they only create a pty pair the master side is attached to a terminal but the slave side is passed on to the debugger (e.g. -tty cmdline option in gdb and dbxenv run_pty in Sun dbx) Then when the debugger runs the debuggee it connects the slave side of the pty. I believe the base SSH protocol can provide this, but none of the Channel implementations as of jsch-0.1.42 seem to provide such a raw pty-only channel. Is it possible to commission such a feature in jsch? ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ JSch-users mailing list JSch-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jsch-users