https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
Bug ID: 59162
Summary: Add SSH settings ServerAliveCountMax
ServerAliveInterval
Product: Ant
Version: 1.9.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33656
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33656&action=edit
ssh task new parameters patch
Hello,
We use a sshexec task from a Ant script run from a Atlassian Bamboo build plan.
This sshexec task executes remote commands which can take a long time with no
output. At some point of time, the ssh connection is cut because the remote
server is inside a DMZ and the firewall times out the ssh connection.
I am posting a patch to permit the setting of ServerAliveInterval and
ServerAliveCountMax parameters supported by JSCH library.
The default values I put in the patch are the one from Linux OpenSSH_6.6.1p1
client (interval of 0 => disabled, and count max of 3)
Can you take a look and include it in the next release ?
BTW, when is the next release scheduled for ?
Thank you very much
--
You are receiving this mail because:
You are the assignee for the bug.