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/10 19:44:00 UTC

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

Author: jbonofre
Date: Mon Dec 10 18:43:59 2012
New Revision: 1419652

URL: http://svn.apache.org/viewvc?rev=1419652&view=rev
Log:
[KARAF-2050] Set the default SSHd idle timeout to 5 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=1419652&r1=1419651&r2=1419652&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 Mon Dec 10 18:43:59 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 1 minute.
+# The sshIdleTimeout is in milliseconds, and the default is set to 5 minutes.
 #
-sshIdleTimeout=60000
+sshIdleTimeout=300000
 
 #
 # sshRealm defines which JAAS domain to use for password authentication.
@@ -59,4 +59,4 @@ hostKey=${karaf.base}/etc/host.key
 #
 # Specify host key algorithm, defaults to DSA
 #
-# algorithm=DSA
\ No newline at end of file
+# algorithm=DSA