Displaying 20 results from an estimated 300000 matches similar to: "No subject"
2015 Mar 11
3
[Bug 2364] New: Incorrect .ssh parent directory permissions not logged
https://bugzilla.mindrot.org/show_bug.cgi?id=2364
Bug ID: 2364
Summary: Incorrect .ssh parent directory permissions not logged
Product: Portable OpenSSH
Version: 6.6p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs
2003 Mar 27
1
[Bug 523] ssh saves only host/ip information in known_hosts while port information is missing
http://bugzilla.mindrot.org/show_bug.cgi?id=523
Summary: ssh saves only host/ip information in known_hosts while
port information is missing
Product: Portable OpenSSH
Version: 3.5p1
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
2003 May 01
8
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552
Summary: broken reference from scp.c
Product: Portable OpenSSH
Version: 3.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dh at
2006 Nov 01
0
No subject
<start>
In AIX Version 4, the pty subsystem uses naming conventions similar
to those from UNIX System V. There is one node for the control driver,
/dev/ptc, and a maximum number of N nodes for the slave drivers, /dev/pts/n.
N is configurable at pty configuration and may be changed dynamically
by pty reconfiguration, without closing the opened devices.
The control device is set up as a clone
2006 Nov 01
0
No subject
some_host$ ssh -R 20022:my_other_host:22 user at my_host
when I tried to connect to forwarded port from another computer, like this:
some_host$ ssh -p 20022 my_host
i got the message:
Connection refused.
When I tried to conect from the host my_host where the port was forwarded from
like this:
my_host$ ssh -p 20022 localhost
it worked O.K. When I did it from the same my_host like this:
2006 Feb 03
4
[Bug 1150] sshd records incorrect login times
http://bugzilla.mindrot.org/show_bug.cgi?id=1150
Summary: sshd records incorrect login times
Product: Portable OpenSSH
Version: 4.3p1
Platform: Other
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=113890107022083&w=2
OS/Version: Solaris
Status: NEW
Severity: major
2002 Jul 01
5
[Bug 327] monitor_fdpass.c: Expected 1 got 1075033556 - Privilege Separation
http://bugzilla.mindrot.org/show_bug.cgi?id=327
------- Additional Comments From jmknoble at pobox.com 2002-07-02 04:11 -------
Could you please check the error message again? Is it:
mm_receive_fd: recvmsg: expected received 1 got nnnnnnnn
or is it this:
mm_receive_fd: expected type 1 got nnnnnnnn
? Those are two different problems, within a few lines of each other. The
exact text
2003 Apr 15
3
[Bug 543] sshd does not use AIX's setauthdb
http://bugzilla.mindrot.org/show_bug.cgi?id=543
Summary: sshd does not use AIX's setauthdb
Product: Portable OpenSSH
Version: 3.6p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: cawlfiel at
2016 Mar 22
2
[Bug 2557] New: Incorrect file entries in openssh.spec
https://bugzilla.mindrot.org/show_bug.cgi?id=2557
Bug ID: 2557
Summary: Incorrect file entries in openssh.spec
Product: Portable OpenSSH
Version: 7.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs
2017 Apr 05
3
[Bug 2703] New: Incorrect message during installation on Windows.
https://bugzilla.mindrot.org/show_bug.cgi?id=2703
Bug ID: 2703
Summary: Incorrect message during installation on Windows.
Product: Portable OpenSSH
Version: 3.8.1p1
Hardware: ix86
OS: Other
Status: NEW
Severity: critical
Priority: P5
Component: Miscellaneous
Assignee:
2002 May 02
2
[Bug 233] could we please learn how to spell the word license
http://bugzilla.mindrot.org/show_bug.cgi?id=233
------- Additional Comments From dtucker at zip.com.au 2002-05-02 19:44 -------
dictionary.com lists "licence" as a variant of "license" according to The
American Heritage Dictionary (go check, we'll wait). It's listed as chiefly
British but both variants are commonly used in Australia (and, I suspect,
Canada).
2003 Jan 07
2
[Bug 127] PAM with ssh authentication and pam_krb5 doesn't work properly
http://bugzilla.mindrot.org/show_bug.cgi?id=127
------- Additional Comments From djm at mindrot.org 2003-01-07 17:13 -------
This fix is incorrect - the creds (which are often supplemental groups) need to
be restablished after initgroups(), which we call elsewhere.
Does the PAM module not support restablishing credentials?
------- You are receiving this mail because: -------
You are the
2023 Jun 22
2
[Bug 3583] New: server-sig-algs reports incorrect list of algorithms
https://bugzilla.mindrot.org/show_bug.cgi?id=3583
Bug ID: 3583
Summary: server-sig-algs reports incorrect list of algorithms
Product: Portable OpenSSH
Version: 8.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2017 Oct 09
3
[Bug 2793] New: DH Group Exchange Incorrect Fallback
https://bugzilla.mindrot.org/show_bug.cgi?id=2793
Bug ID: 2793
Summary: DH Group Exchange Incorrect Fallback
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
2006 Nov 01
0
No subject
From: Ward Wouts <ward at wizeazz.nl>
To: bugs at openbsd.org
Subject: problem with sftp
Date: Tue, 18 Mar 2003 10:26:03 +0100
Hello,
I'm seeing a problem with sftp where it's not possible to transfer files
with both 's and "s and spaces in the name. I think it's a problem with
the way get_pathname in sftp-int.c works, but my C is nowhere near good
enough to fix this.
2006 Nov 01
0
No subject
All previous versions work great.
$ ssh localhost
Read from socket failed: Broken pipe
Jun 25 05:56:33 buggz1 sshd[1670]: fatal: mmap(65536): Invalid argument
Anyone know what this is? I'm kernel 2.2.20.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Nov 01
0
No subject
<Snip>
debug1: server_input_channel_req: channel 0 request x11-req reply 0^M
debug1: session_by_channel: session 0 channel 0^M
debug1: session_input_channel_req: session 0 req x11-req^M
debug1: bind port 6010: Can't assign requested address^M
debug1: fd 11 setting O_NONBLOCK^M
debug2: fd 11 is O_NONBLOCK^M
debug1: channel 1: new [X11 inet listener]^M
debug1: server_input_channel_req:
2006 Nov 01
0
No subject
interacts with the telnet/rlogin server on AIX. The previous entries
about this only starting at ML03 and above seem to be correct. The bug
is not triggered in earlier versions of AIX.
Unfortunately, I have been unable to create a test case program that
causes the hang to occur. However, a simple hack to channels.c does
seem to fix the problem:
--- channels.c.orig Tue Jul 2 14:34:32 2002
+++
2006 Nov 01
0
No subject
requiring the user to do anything special. i.e. when they run "ssh gate -p 22"
it just works and when they run "ssh gate -p 1022" it just works. Having to
tell everyone who will remotely access our system (i.e. employees, contractors,
customers, etc) that they have to go setup special configurations with special
options in order to access our network just isn't
2006 Nov 01
0
No subject
I_PUSH
Pushes the module whose name is pointed to by arg onto
the top of the current stream, just below the STREAM
head. If the STREAM is a pipe, the module will be
inserted between the stream heads of both ends of the
pipe. It then calls the open routine of the newly-
pushed module. On failure, errno is set to one of the
following values:
Want to