Tagged Questions
3
votes
2answers
95 views
To run sudo commands on a ec2 instance
I cannot run "sudo su" on my ec2 client , I ssh into the client through a java program and run the command through a program.
I can run commands like "ls" and "ifconfig" though.
I get an error saying ...
1
vote
2answers
950 views
Calling fgets() on popen() of 'ssh' is flushing the beginning of stdin of the calling process (ptty issue)
I have now whittled this down to a minimal test case. Thus far I have been able to determine that this is an issue related to pseudo-terminals which come about with the pipe of ssh. Adding the '-t ...