diff options
author | Damien Miller <djm@mindrot.org> | 2010-08-03 16:04:46 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-08-03 16:04:46 +1000 |
commit | e11e1ea5d475ee8be0038d64aa3e47c776295ac2 (patch) | |
tree | 88fa00ef41babbec7cb33e68f400e3a1ff787230 /ChangeLog | |
parent | c4bb91c79c0a05d2bbf2ac68b7be8421fb4957bf (diff) |
- djm@cvs.openbsd.org 2010/07/19 09:15:12
[clientloop.c readconf.c readconf.h ssh.c ssh_config.5]
add a "ControlPersist" option that automatically starts a background
ssh(1) multiplex master when connecting. This connection can stay alive
indefinitely, or can be set to automatically close after a user-specified
duration of inactivity. bz#1330 - patch by dwmw2 AT infradead.org, but
further hacked on by wmertens AT cisco.com, apb AT cequrux.com,
martin-mindrot-bugzilla AT earth.li and myself; "looks ok" markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ | |||
16 | bz#1797: fix swapped args in upload_dir_internal(), breaking recursive | 16 | bz#1797: fix swapped args in upload_dir_internal(), breaking recursive |
17 | upload depth checks and causing verbose printing of transfers to always | 17 | upload depth checks and causing verbose printing of transfers to always |
18 | be turned on; patch from imorgan AT nas.nasa.gov | 18 | be turned on; patch from imorgan AT nas.nasa.gov |
19 | - djm@cvs.openbsd.org 2010/07/19 09:15:12 | ||
20 | [clientloop.c readconf.c readconf.h ssh.c ssh_config.5] | ||
21 | add a "ControlPersist" option that automatically starts a background | ||
22 | ssh(1) multiplex master when connecting. This connection can stay alive | ||
23 | indefinitely, or can be set to automatically close after a user-specified | ||
24 | duration of inactivity. bz#1330 - patch by dwmw2 AT infradead.org, but | ||
25 | further hacked on by wmertens AT cisco.com, apb AT cequrux.com, | ||
26 | martin-mindrot-bugzilla AT earth.li and myself; "looks ok" markus@ | ||
19 | 27 | ||
20 | 20100819 | 28 | 20100819 |
21 | - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more | 29 | - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more |