Displaying 20 results from an estimated 9000 matches similar to: "[Bug 1213] ssh-keyscan exits in mid-way"
2011 Nov 25
5
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #37 from Daniel Richard G. <skunk at iSKUNK.ORG> 2011-11-25 12:40:45 EST ---
Yet another failure mode...
[...]
# XXX.YYY.ZZ.8 SSH-2.0-Sun_SSH_1.1.3
# XXX.YYY.ZZ.9 SSH-2.0-OpenSSH_3.8.1p1
# XXX.YYY.ZZ.14 SSH-2.0-OpenSSH_4.3
# 10.10.1.35 SSH-2.0-RomSShell_4.62
Received disconnect from 10.10.1.35: 2: Protocol Timeout
make: ***
2012 Dec 03
3
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #43 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
And a year later, this issue still afflicts OpenSSH 6.1p1 (as packaged
by Ubuntu). Aab's patch still applies, if fuzzily, and still hardens up
ssh-keyscan so that it can deal with my company's network.
--
You are receiving this mail because:
You are watching the
2011 Jun 14
2
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
aab at purdue.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2021|0 |1
is obsolete| |
--- Comment #34 from aab at purdue.edu 2011-06-14 14:43:42 EST ---
Created attachment
2010 Nov 23
2
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #3 from aab at purdue.edu 2010-11-23 12:00:50 EST ---
Created attachment 1961
--> https://bugzilla.mindrot.org/attachment.cgi?id=1961
One attempt at getting the rsa key from a remote server that was having
a number of problems.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving
2011 Mar 18
2
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
aab at purdue.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2008|0 |1
is obsolete| |
--- Comment #31 from aab at purdue.edu 2011-03-18 17:36:09 EST ---
Created attachment
2002 Mar 21
2
bug in ssh-keyscan.c --
=====
Ladies/Gents,
"ssh-keyscan.c" can't be linked statically against "libssh.a". You end
up with `fatal()' being doubly defined.
The patch below deletes the new "ssh-keyscan.c:fatal()" function and
and restores the "ssh-keyscan.c:fatal_callback()" function with modifi-
cations. The problem that both attempt to alleviate is the setting of
the
2006 Jun 22
4
[Bug 926] pam_session_close called as user or not at all
http://bugzilla.mindrot.org/show_bug.cgi?id=926
carsten.benecke at rrz.uni-hamburg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carsten.benecke at rrz.uni-
| |hamburg.de
------- Comment #16 from
2014 Aug 18
15
Call for testing: OpenSSH 6.7
Hi,
OpenSSH 6.7 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a big release
containing a number of features, a lot of internal refactoring and some
potentially-incompatible changes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
2011 Jan 24
1
ECDSA and first connection; bug?
Folks,
I read the 5.7 release announcement and updated, to try out ECDSA. Most
parts worked very smoothly. The inability to create SSHFP records is
understandable, since IANA haven't allocated a code yet.
One apparent bug: I think StrictHostKeyChecking=ask is broken for ECDSA.
% ssh -o HostKeyAlgorithms=ecdsa-sha2-nistp256 localhost
2010 Nov 28
2
[PATCH] Use canonical hostname for DNS SSHFP lookup
In the current implementation, ssh always uses the hostname supplied by
the user directly for the SSHFP DNS record lookup. This causes problems
when using the domain search path, e.g. I have "search example.com" in my
resolv.conf and then do a "ssh host", I will connect to host.example.com,
but ssh will query the DNS for an SSHFP record of "host.", not
2023 Mar 10
3
Call for testing: OpenSSH 9.3
Hi,
OpenSSH 9.3p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at
2001 May 14
2
openssh-2.9p1
Hi,
1. I think you should apply the attached patch to openssh-2.9p1,
otherwise ssh-keyscan on linux boxes with glibc-2.1 will experience enormous
timeout delays.
2. Is there a program like ssh-keyscan for the Version2 (dsa and rsa) keys??
regards
Peter Breitenlohner <peb at mppmu.mpg.de>
-------------- next part --------------
diff -ur openssh-2.9p1.orig/ssh-keyscan.c
2007 Mar 14
1
sshd gets stuck: select() in packet_read_seqnr waits indefinitely
Dear OpenSSH Portable sshd developers,
I'm having a problem where sshd login sessions are occasionally
(as often as once a day) getting stuck indefinitely. I enabled debug
messages and got a backtrace of a stuck sshd, and I think I've found
the bug. I wanted to run it by the list once before filing.
sshd version:
OpenSSH_4.2p1 FreeBSD-20050903, OpenSSL 0.9.7e-p1 25 Oct 2004
2015 Jan 30
0
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #57 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
Okay, rolling with git master 86936ec2.
Now, ssh-keyscan isn't erroring out; instead, it's... hanging. I'm
seeing this behavior crop up pretty consistently after running for
several minutes. And it's wedged pretty tight, too---nothing happens
even after letting
2015 Jan 27
0
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #50 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
Okay, tried again with your patch. Here's what I see:
[...]
# A.B.C.46 SSH-1.99-OpenSSH_4.2
# A.B.C.47 SSH-1.99-OpenSSH_4.2
# A.B.C.47 SSH-1.99-OpenSSH_4.2
# A.B.C.47 SSH-1.99-OpenSSH_4.2
# A.B.C.48 SSH-1.99-OpenSSH_4.2
# A.B.C.48
2015 Jan 27
0
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #48 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
(In reply to Damien Miller from comment #47)
>
> There might be a few cases that we've missed, but please give
> -current a spin and let us know if it has fixed all keyscan crashes
> that you were seeing previously (I think it should...)
Hi Damien, thank you
2015 Jan 28
0
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #53 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
(In reply to Damien Miller from comment #52)
> That patch is committed now - can you retry with -current?
I tried the same snapshot with your revised patch (before seeing the
above comment), and got this error two-for-two:
[...]
# blarg.internal.example.com
2015 Jan 29
0
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #55 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
I'm not able to apply that last patch without rejections, not to any
recent snapshot nor git master. What's your "---" tree?
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
2015 Jan 30
0
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213
--- Comment #59 from Daniel Richard G. <skunk at iSKUNK.ORG> ---
I see your change was committed to git, so I tested master 46347ed5
without modifications.
The scan completes! On two separate runs, scanning the same large
network. I am happy to report success :)
If I run into another corner case down the line, should I re-open this
bug, or
2012 Aug 21
5
Call for testing: OpenSSH 6.1
Hi,
OpenSSH 6.1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains a
couple of new features and bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available