http://bugzilla.mindrot.org/show_bug.cgi?id=341
gq at cs.msu.su changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From gq at cs.msu.su 2003-02-27 05:42 -------
I have the same problem with OpenSSH_3.5p1 Debian 1:3.5p1-4, SSH protocols
1.5/2.0, OpenSSL 0x0090701f when I'm trying connect to non-exist host from
the shell it returns 0 on one pc and 1 on another one. But when I do it on the
first pc from the script it returns 1. Anyway it looking strange.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=341
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From djm at mindrot.org 2003-02-27 11:20 -------
It is certainly fixed in -current:
[djm at xenon djm]$ for x in 1 2 3 4 5 6 7 8 9 10 ; do ssh djm at localhost exit
$x ;
echo $? ; done
1
2
3
4
5
6
7
8
9
10
It is also in the regress tests.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.