Bug 1278227 - [GSS](6.2.z) SSH timeout value hard-coded for git server
Summary: [GSS](6.2.z) SSH timeout value hard-coded for git server
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Configuration
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: CR1
: 6.2.1
Assignee: Alexandre Porcelli
QA Contact: Marek Winkler
URL:
Whiteboard:
: 1285845 (view as bug list)
Depends On:
Blocks: 1283837 1285845 1288021 1288023 1295554
TreeView+ depends on / blocked
 
Reported: 2015-11-05 01:13 UTC by Abhijit humbe
Modified: 2020-03-27 19:01 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1283837 1295554 (view as bug list)
Environment:
Last Closed: 2020-03-27 19:01:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Abhijit humbe 2015-11-05 01:13:57 UTC
Description of problem:
We are receiving the following error when a user is attempting to authenticate to Git over SSH and the amount of time exceeds the timeout value.

~~~
User session has timed out idling after 10000 ms
~~~

Version-Release number of selected component (if applicable):
uberfire 0.5.3.Final

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
We cant change increase the SSH session timeout

Expected results:
We should be able to change the SSH session timeout value through options.

Additional info:
Timeout value is hard-coded in GitSSHService.java

Comment 4 Alessandro Lazarotti 2016-01-04 20:13:33 UTC
porcelli just backported it:
https://github.com/uberfire/uberfire/commit/ad73d43f10123adcb6c6c8f3d4e5fd387e5e818b

Comment 5 Alessandro Lazarotti 2016-01-04 20:15:41 UTC
(in fact it was already there)

Comment 6 Alessandro Lazarotti 2016-01-13 14:24:08 UTC
*** Bug 1285845 has been marked as a duplicate of this bug. ***

Comment 7 Marek Winkler 2016-01-22 09:09:54 UTC
Verified in BRMS and BPMS 6.2.1 CR1.

By setting 'org.uberfire.nio.git.ssh.idle.timeout' to '20000' the connection timed out after 20 seconds.


Note You need to log in before you can comment on or make changes to this bug.