You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a query related to the usage of ganymed API’s. In the below code
snippet once the authentication to ssh server is
done(some_user,some_password,some_sshServer) ,the below steps are done
connection.openSession();
session.requestPTY("xterm");
session.execCommand(“some command”);
Is this equivalent to doing ssh as below
ssh –t –t some_user@some_sshServer “some_command”
If this does not result in addition of –t –t , then what other steps needs
to be followed?
Ganymed release:ganymed-ssh2-build210.zip
Original issue reported on code.google.com by patgar.s...@gmail.com on 19 May 2014 at 5:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
patgar.s...@gmail.com
on 19 May 2014 at 5:28The text was updated successfully, but these errors were encountered: