Hi,
I posted this question quite some years ago now. Atsuhiko responded at the
time that too many people's code depends on this string, so it would cause
problems for many if it were to be changed.
And in fact my own code simply checks for "Auth fail" and provides a more
verbose
error message to
Perhaps you need to set pty? As in:
((ChannelShell) channel).setPtyType("dumb");
--Steve
On 4/28/2010 9:01 AM, Keith Alan Richardson wrote:
> Here is example code. Tested against Linux run OpenSSH.
>
> @ Ehud, I wasn't able to get it to work with openChannel("session").
> Any ideas why?
>
>
Hi,
I'm considering adding a way for my product to get identities
from ssh-agent (via JNI) so it can pass them to JSch (a wonderful
product!). Before I go down that path, I wanted to ask if anyone
can tell me if the following approach would work:
- Create a class IdentityAgent that implements In