You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/12/11 07:42:15 UTC

svn commit: r1420011 - /karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.apache.karaf.shell.cfg

Author: jbonofre
Date: Tue Dec 11 06:42:14 2012
New Revision: 1420011

URL: http://svn.apache.org/viewvc?rev=1420011&view=rev
Log:
[KARAF-2050] Set the default SSHd idle timeout to 30 minutes

Modified:
    karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.apache.karaf.shell.cfg

Modified: karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.apache.karaf.shell.cfg
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.apache.karaf.shell.cfg?rev=1420011&r1=1420010&r2=1420011&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.apache.karaf.shell.cfg (original)
+++ karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.apache.karaf.shell.cfg Tue Dec 11 06:42:14 2012
@@ -29,9 +29,9 @@ sshHost=0.0.0.0
 
 #
 # The sshIdleTimeout defines the inactivity timeout to logout the SSH session.
-# The sshIdleTimeout is in milliseconds, and the default is set to 5 minutes.
+# The sshIdleTimeout is in milliseconds, and the default is set to 30 minutes.
 #
-sshIdleTimeout=300000
+sshIdleTimeout=1800000
 
 #
 # sshRealm defines which JAAS domain to use for password authentication.