diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 17:09:11 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 17:09:11 +1100 |
commit | d6b06a9f39cde8708a7c6b276635cdea5dcd3820 (patch) | |
tree | 177a6ecdeafff5aac896b71937c8e201055fe243 /ChangeLog | |
parent | 2944082b3f84b5260a748a529f90cd18a6187610 (diff) |
- djm@cvs.openbsd.org 2009/11/19 23:39:50
[session.c]
bz#1606: error when an attempt is made to connect to a server
with ForceCommand=internal-sftp with a shell session (i.e. not a
subsystem session). Avoids stuck client when attempting to ssh to such a
service. ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,12 @@ | |||
61 | [clientloop.c] | 61 | [clientloop.c] |
62 | fix incorrect exit status when multiplexing and channel ID 0 is recycled | 62 | fix incorrect exit status when multiplexing and channel ID 0 is recycled |
63 | bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker | 63 | bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker |
64 | - djm@cvs.openbsd.org 2009/11/19 23:39:50 | ||
65 | [session.c] | ||
66 | bz#1606: error when an attempt is made to connect to a server | ||
67 | with ForceCommand=internal-sftp with a shell session (i.e. not a | ||
68 | subsystem session). Avoids stuck client when attempting to ssh to such a | ||
69 | service. ok dtucker@ | ||
64 | 70 | ||
65 | 20091226 | 71 | 20091226 |
66 | - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 | 72 | - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 |