Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce -t -t when connecting to a ssh server #44

Open
GoogleCodeExporter opened this issue Oct 10, 2015 · 0 comments
Open

Enforce -t -t when connecting to a ssh server #44

GoogleCodeExporter opened this issue Oct 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant