| Author |
Anyone familiar with Ssh sessions?
|
santosh batta
Greenhorn
Joined: Jun 04, 2012
Posts: 24
|
|
Hi,
Any one familiar with ssh sessions, can you please tell me where the default command time-out of 120 sec was set? And, did they provide any provision to override the default time?
*******Doing is better than Thinking**********
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
My guess it's set at the server, inside the sshd_config file.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
santosh batta
Greenhorn
Joined: Jun 04, 2012
Posts: 24
|
|
Hi Rob,
Does that mean, we can't override it? I assume, there should be a provision to set this time-out. Isn't it? I've tried sshSession.sendWait(String cmd, long timeLimit). But I don't know, why its not working. I'm getting error message "Exceeded Task timeout of 120000ms waiting for the end prompt."
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9950
|
|
|
my guess is there is not a way to override it. Why would there be? it is a security feature, and allowing someone to override it would make it worthless.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
santosh batta
Greenhorn
Joined: Jun 04, 2012
Posts: 24
|
|
|
Take for instance, if a script take more than 120s(2 min.) to execute... in that case Ssh sessions won't help me. Am I wrong? If that is the case, can I use any other APIs for this purpose?
|
 |
 |
|
|
subject: Anyone familiar with Ssh sessions?
|
|
|