- beck@cvs.openbsd.org 2001/04/13 22:46:54
     [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
     Add options ClientAliveInterval and ClientAliveCountMax to sshd.
     This gives the ability to do a "keepalive" via the encrypted channel
     which can't be spoofed (unlike TCP keepalives). Useful for when you want
     to use ssh connections to authenticate people for something, and know
     relatively quickly when they are no longer authenticated. Disabled
     by default (of course). ok markus@
7 files changed
tree: a7c8df98b56a37c9be2fb3e33893e90424a85379
  1. CREDITS
  2. ChangeLog
  3. INSTALL
  4. LICENCE
  5. Makefile.in
  6. OVERVIEW
  7. README
  8. RFC.nroff
  9. TODO
  10. WARNING.RNG
  11. acconfig.h
  12. aclocal.m4
  13. atomicio.c
  14. atomicio.h
  15. auth-chall.c
  16. auth-krb4.c
  17. auth-options.c
  18. auth-options.h
  19. auth-pam.c
  20. auth-pam.h
  21. auth-passwd.c
  22. auth-rh-rsa.c
  23. auth-rhosts.c
  24. auth-rsa.c
  25. auth-sia.c
  26. auth-sia.h
  27. auth.c
  28. auth.h
  29. auth1.c
  30. auth2-chall.c
  31. auth2-pam.c
  32. auth2-pam.h
  33. auth2.c
  34. authfd.c
  35. authfd.h
  36. authfile.c
  37. authfile.h
  38. bufaux.c
  39. bufaux.h
  40. buffer.c
  41. buffer.h
  42. canohost.c
  43. canohost.h
  44. channels.c
  45. channels.h
  46. cipher.c
  47. cipher.h
  48. cli.c
  49. cli.h
  50. clientloop.c
  51. clientloop.h
  52. compat.c
  53. compat.h
  54. compress.c
  55. compress.h
  56. config.guess
  57. config.sub
  58. configure.in
  59. contrib/
  60. crc32.c
  61. crc32.h
  62. deattack.c
  63. deattack.h
  64. defines.h
  65. dh.c
  66. dh.h
  67. dispatch.c
  68. dispatch.h
  69. entropy.c
  70. entropy.h
  71. fixpaths
  72. fixprogs
  73. getput.h
  74. groupaccess.c
  75. groupaccess.h
  76. hostfile.c
  77. hostfile.h
  78. includes.h
  79. install-sh
  80. kex.c
  81. kex.h
  82. kexdh.c
  83. kexgex.c
  84. key.c
  85. key.h
  86. log.c
  87. log.h
  88. loginrec.c
  89. loginrec.h
  90. logintest.c
  91. mac.c
  92. mac.h
  93. match.c
  94. match.h
  95. md5crypt.c
  96. md5crypt.h
  97. misc.c
  98. misc.h
  99. mkinstalldirs
  100. mpaux.c
  101. mpaux.h
  102. myproposal.h
  103. nchan.c
  104. nchan.h
  105. nchan.ms
  106. nchan2.ms
  107. openbsd-compat/
  108. packet.c
  109. packet.h
  110. pathnames.h
  111. primes
  112. radix.c
  113. radix.h
  114. readconf.c
  115. readconf.h
  116. readpass.c
  117. readpass.h
  118. rijndael.c
  119. rijndael.h
  120. rsa.c
  121. rsa.h
  122. scp.1
  123. scp.c
  124. servconf.c
  125. servconf.h
  126. serverloop.c
  127. serverloop.h
  128. session.c
  129. session.h
  130. sftp-client.c
  131. sftp-client.h
  132. sftp-common.c
  133. sftp-common.h
  134. sftp-glob.c
  135. sftp-glob.h
  136. sftp-int.c
  137. sftp-int.h
  138. sftp-server.8
  139. sftp-server.c
  140. sftp.1
  141. sftp.c
  142. sftp.h
  143. ssh-add.1
  144. ssh-add.c
  145. ssh-agent.1
  146. ssh-agent.c
  147. ssh-dss.c
  148. ssh-dss.h
  149. ssh-keygen.1
  150. ssh-keygen.c
  151. ssh-keyscan.1
  152. ssh-keyscan.c
  153. ssh-rsa.c
  154. ssh-rsa.h
  155. ssh.1
  156. ssh.c
  157. ssh.h
  158. ssh1.h
  159. ssh2.h
  160. ssh_config
  161. ssh_prng_cmds.in
  162. sshconnect.c
  163. sshconnect.h
  164. sshconnect1.c
  165. sshconnect2.c
  166. sshd.8
  167. sshd.c
  168. sshd_config
  169. sshlogin.c
  170. sshlogin.h
  171. sshpty.c
  172. sshpty.h
  173. tildexpand.c
  174. tildexpand.h
  175. ttymodes.c
  176. ttymodes.h
  177. uidswap.c
  178. uidswap.h
  179. uuencode.c
  180. uuencode.h
  181. version.h
  182. xmalloc.c
  183. xmalloc.h