Displaying 20 results from an estimated 3000 matches similar to: "[Bug 527] Bad packet length on SunOS 4.1.3U1"
2003 Apr 11
1
Patch for 'packet.c' in openssh-3.6.1p1
Hello,
I just managed to compile openssh-3.6.1p1 on Ultrix/MIPS. One of the fixes
needed for this is the following. It's because of:
--- According to the Changelog
- markus at cvs.openbsd.org 2002/12/10 19:26:50
[packet.c]
move tos handling to packet_set_tos; ok provos/henning/deraadt
---
This IP_TOS is now nicely stuffed in a function, but that function should
be #defined
2003 Apr 23
1
[Bug 545] openssh-3.6.1p1 does not build on SunOS: IP_TOS not defined
http://bugzilla.mindrot.org/show_bug.cgi?id=545
Summary: openssh-3.6.1p1 does not build on SunOS: IP_TOS not
defined
Product: Portable OpenSSH
Version: 3.6p1
Platform: All
OS/Version: SunOS
Status: NEW
Severity: trivial
Priority: P3
Component: Build system
AssignedTo:
2004 May 06
9
[Bug 864] sshd segfaults on connect on SunOS
http://bugzilla.mindrot.org/show_bug.cgi?id=864
Summary: sshd segfaults on connect on SunOS
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: jsr at
2003 Sep 18
1
[Bug 674] permanently_set_uid() doesn't work on BSDI 4.0.1
http://bugzilla.mindrot.org/show_bug.cgi?id=674
Summary: permanently_set_uid() doesn't work on BSDI 4.0.1
Product: Portable OpenSSH
Version: 3.7p1
Platform: ix86
OS/Version: BSDI
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2014 May 16
2
? about portable version of sshd crashing
I am porting over the portable version of openssh to our uCLinux
implementation. Everything has worked with minimal effort and I appreciate
all the work.
But, I am having a problem whereby the sshd executable is crashing and I
really could use some help on where to look at this in more details.
Here is how I start up the sshd for testing.
/usr/sbin/sshd -D -ddd -f /etc/ssh/sshd_config -p 65
2003 May 09
2
TCP_NODELAY always set, now?
I know that there was a discussion on this about a year back, and
there is a bug 556 this week that mentions TCP_NODELAY.
However, when I use ssh through a pipe (e.g., to tunnel through an
HTTP proxy using CONNECT) I see:
getsockopt TCP_NODELAY: Socket operation on non-socket
How do I tell which end is generating this (I'm assuming the local
side, which is running through the pipe).
Also,
2003 Sep 17
3
[Bug 665] sshd doesn't work on Mac OS X
http://bugzilla.mindrot.org/show_bug.cgi?id=665
Summary: sshd doesn't work on Mac OS X
Product: Portable OpenSSH
Version: 3.7p1
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: max at
2003 Oct 29
0
OpenSSH 3.7.1p2 and HP-UX11i
Hello,
We have a problem with OpenSSH and HP-UX 11i. With OpenSSH_3.6.1p1 we can
use the publickeys (~/.ssh/id_rsa). With the same .ssh-dir and config-files
in /etc/openssh OpenSSH_3.7.1p2 will not use the publickeys and prompt
for password :-( We have try this with OpenSSL 0.9.7b and OpenSSL 0.9.7c !
Why OpenSSH_3.7.1p2 not use my publickey-files ????????
The OpenSSH_3.7.1p2-Server (sshd) has no
2004 Jun 04
1
fedora core 2 openssh, No credentials cache found
Hi,
I cant log into my Fedora core 2 box from another linux machine or an
OSX machine
It worked the very first time I tried then never since.
I have downl?oaded the newest openssh sources,
and done
./configure
make
make install
as root
but seems to still use the old openssh.
I stopped and restarted the sshd
any Ideas?
cheers
Dan
I get this message with the -v flag on
[daniel:~] dan%
2014 Mar 27
1
AIX SFTP with chroot : conection closed without error message
Hello,
I'm trying to setup a chroot for one user on my AIX 5.2 system
I have tried with openssh 5.0 (don't know where it comes from) and as it
didn't work, I have downloaded and compiled the current version (6.6p1)
When I connect, password is checked, chroot is done, sftp subsystem is
accepted, but I get disconnected without any error
Below is all can say about my config (after
2004 Dec 22
0
scp problem
Hello.
Since some days I cannot use scp anymore but ssh login work. Reinstall
did not help. I do not exactly what has changed but I now it used to
work.
sshd runs on a firewall-bastion host (Linux SuSE 9.2).
Firewall is open on port 22 for local network. Even tried all open (in
and outgoing).
Between the clent and the firewall-bastion is another nat-router. Works
with ssh, though.
The
2006 Sep 11
3
openssh-4.3p2: setsockopt() problem
List,
I'm behind a dlink DSL-G604T wireless router. ssh client was hanging at:
debug1: Entering interactive session.
Telnet was having a similar problem to port 22, however a simple client.c
I compiled was not. My java ssh client was also working. After some
investigation, I noticed that the hang was after the system call:
setsockopt(3, SOL_IP, IP_TOS, [16], 4) = 0
I noticed also that
2011 Dec 18
1
[Bug 1965] New: IPQoS option ignored for AF_INET since 5.9p1-1
https://bugzilla.mindrot.org/show_bug.cgi?id=1965
Bug #: 1965
Summary: IPQoS option ignored for AF_INET since 5.9p1-1
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
URL: http://bugs.debian.org/643312
OS/Version: Linux
Status: NEW
Severity: normal
2017 Jan 20
2
^C doesnt work on ssh session
Thanks Darren, will check on your response.
I am attaching sshd, ssh logs with debug flags. Please see if it gives any
hint:
when I press ^C in ssh session, no log gets printed in both server/client
side.
Best Regards,
On Wed, Jan 18, 2017 at 3:09 AM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Wed, Jan 18, 2017 at 5:10 AM, Sudarshan Soma <sudarshan12s at gmail.com>
2008 Feb 14
3
ssh_exchange_identification: Connection closed by remote host
Hi,
I'm getting this error when I ssh to the servers.
ssh_exchange_identification: Connection closed by remote host
I added /etc/hosts.allow and it actually worked once and if I tried again I get the same error.
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Rhosts Authentication disabled,
2003 Jul 18
1
rsync 2.5.6 freezes between Solaris2.6/Commercial SSH Version 2.0.12 and Solaris8/OpenSSH_3.6.1p1
We had been using rsync and Commercial SSH to sync up
two SUN boxes running Solari2.6 and Commercial SSH
Version 2.0.12. It has never been a problem syncing
between over 80,000 files and 4GB of content
We are upgrading to Solaris 8 and OpenSSH_3.6.1p1
However now when I go between the older and the newer
environment even with just a few hundred files, the
rsync hangs or freezes when it hits a
2004 Jun 22
2
Opieaccess file, is this normal?
Hi,
I'm trying to setup one-time passwords on freebsd5.2.1
>From what I've read so far, if the user is present in opiekeys, the
opieaccess file determines if the user (coming from a specific host or
network) is allowed to use his unix password from this specific network.
As my opieaccess file is empty and the default rule (as mentionned in the
man file) is deny, I should not be
2013 Dec 19
0
Trying to compile for OS/2
Hi
I hope I have found the right list :-) If not, my apologies and a pointer
would be appreciated.
I am trying to compile openssh-6.3p1 for OS/2 aka EcomStation. For those
unfamiliar OS/2 is a DOSish OS but usually porting *nix apps is pretty
straightforward.
It is complicated by the fact that our current libc implementation of
pipe() is flawed and I have to use socketpair() instead. I
2019 Mar 29
2
Call for testing: OpenSSH 8.0
Thanks for testing - are you able to see if there's anything in
the server logs?
I've just committed some extra verbosity in the client's log messages that
might clarify where it is exiting (patch attached).
-d
On Fri, 29 Mar 2019, Adam Eijdenberg wrote:
> On Wed, Mar 27, 2019 at 10:04 PM Damien Miller <djm at mindrot.org> wrote:
> >
> > OpenSSH 8.0p1 is almost
2009 Mar 18
1
[PATCH] Remove setting IP_TOS_IS_BROKEN for Cygwin
Hi,
The problem that setsockopt(IP_TOS) doesn't work on Cygwin is long
fixed. Ages ago Microsoft changed the definition for IP_TOS when moving
from winsock1 to winsock2 and IP_TOS in Cygwin didn't work all these
years because nobody (that's especialy me) realized that we were still
using the old winsock1 value. This has been fixed since 2005, though.
Patch below.
Corinna
Index: