You have been subscribed to a public bug by Kees Cook (kees):

On hardy 8.04.1 32 bit

By default my ssh server listen on other port than 22,

/etc/ssh/sshd_config configuration file is by default, only this is
differrent :

TCPKeepAlive yes
ClientAliveInterval 2
ClientAliveCountMax 2


So normaly after 4 second idle client is disconnect but this not the case. 

To make it work ClientAliveCountMax should to be 0

TCPKeepAlive yes
ClientAliveInterval 4
ClientAliveCountMax 0


ii  openssh-blacklist                          0.1-1ubuntu0.8.04.1              
                    list of blacklisted OpenSSH RSA and DSA keys
ii  openssh-client                             1:4.7p1-8ubuntu1.2               
                    secure shell client, an rlogin/rsh/rcp repla
ii  openssh-server                             1:4.7p1-8ubuntu1.2               
                    secure shell server, an rshd replacement
ii  ssh                                        1:4.7p1-8ubuntu1.2               
                    secure shell client and server (metapackage)
ii  ssh-askpass-gnome                          1:4.7p1-8ubuntu1.2               
                    interactive X program to prompt users for a

** Affects: openssh (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ssh : ClientAliveInterval ClientAliveCountMax combination not working properly
https://bugs.edge.launchpad.net/bugs/296920
You received this bug notification because you are a member of Ubuntu Bugs, 
which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to