Displaying 20 results from an estimated 70000 matches similar to: "[Bug 287] URL wrong in INSTALL file"
2002 Jul 18
1
[Bug 275] openssh 3.2.3p1 make fails
http://bugzilla.mindrot.org/show_bug.cgi?id=275
------- Additional Comments From stevesk at pobox.com  2002-07-18 16:10 -------
SunOs 4.1.4 users: what happened here?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jul 27
5
[Bug 291] /tmp/ssh-xxxx socket directories clutter up /tmp
http://bugzilla.mindrot.org/show_bug.cgi?id=291
------- Additional Comments From stevesk at pobox.com  2002-07-27 12:14 -------
/tmp is the most portable world-writable location.
as to hiding them with dot, i just don't see strong
justification for this.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Apr 05
3
[Bug 202] scp/ssh hangs
http://bugzilla.mindrot.org/show_bug.cgi?id=202
------- Additional Comments From stevesk at pobox.com  2002-04-05 19:41 -------
this only occurs with protocol 2 to the sun?
what protocol 2 server is on the sun?
ssh.com something?  i don't think they do scp over ssh2.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jul 18
3
[Bug 320] Cannot build 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=320
------- Additional Comments From stevesk at pobox.com  2002-07-18 14:24 -------
i'm not sure.
what does this show:
$ grep HAVE___[Ff] config.h
/* #undef HAVE___FUNCTION__ */
#define HAVE___func__ 1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Mar 27
3
[Bug 192] monitor.c:545: undefined reference to `auth_password with USE_PAM on
http://bugzilla.mindrot.org/show_bug.cgi?id=192
------- Additional Comments From mouring at eviladmin.org  2002-03-28 04:04 -------
If I understand the PAM code (none of the PRIVSEP code has been made to work 
with it right now) one should never called auth_password()  they should
be calling auth_pam_password()..
So in mm_answer_authpassword() function it should look something like this 
2004 Feb 26
14
[Bug 802] sshd of openssh-3.8p1 doesn't link on Tru64.
http://bugzilla.mindrot.org/show_bug.cgi?id=802
           Summary: sshd of openssh-3.8p1 doesn't link on Tru64.
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: Alpha
        OS/Version: OSF/1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-bugs at mindrot.org
       
2002 Mar 07
2
[Bug 140] Solaris 8 cannot create pkg in OpenSSH 3.1p1
http://bugzilla.mindrot.org/show_bug.cgi?id=140
------- Additional Comments From mozilla at mediaone.net  2002-03-08 08:33 -------
Ok found the bug,
In $openSSH/contrib/solaris/buildpkg.sh
line 13:
VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'`
needs to change to
line 13:
VERSION=`tail -2 ../../version.h | sed -e
2003 May 14
3
[Bug 220] sshd fails to read other users authorized_keys over nfs as root
http://bugzilla.mindrot.org/show_bug.cgi?id=220
------- Additional Comments From djm at mindrot.org  2003-05-14 23:06 -------
Any followup on this, Ben?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Oct 12
10
[Bug 742] Allow sftp to read config file to honor "Protocol 1"
http://bugzilla.mindrot.org/show_bug.cgi?id=742
mouring at eviladmin.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
            Summary|sftp doesn't honor "Protocol|Allow sftp to read config
                   |1" in config
2002 Mar 07
20
[Bug 138] Incorrect OpenSSL version requirment?
http://bugzilla.mindrot.org/show_bug.cgi?id=138
mouring at eviladmin.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vjo at dulug.duke.edu
------- Additional Comments From mouring at eviladmin.org  2002-03-08 04:49 -------
*** Bug 139 has been
2003 Jun 04
8
[Bug 485] scp doesn't preserve symbolic links
http://bugzilla.mindrot.org/show_bug.cgi?id=485
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
------- Additional Comments From djm at mindrot.org  2003-06-04 23:28
2003 Jun 26
6
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605
           Summary: make install don't create piddir
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Build system
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy:
2002 Jun 19
4
[Bug 220] sshd fails to read other users authorized_keys over nfs as root
http://bugzilla.mindrot.org/show_bug.cgi?id=220
------- Additional Comments From George.Baltz at noaa.gov  2002-06-20 01:23 -------
FWIW, I reported this to IBM Support, and they seem to agree realpath() is
broken.  I have received a patched libc.a, which in light testing seems to
resolve the problem: public key login with perms 770 on ~/.ssh works.
------- You are receiving this mail
2002 Jun 22
2
[Bug 284] Hostbased authentication erroneously reported
http://bugzilla.mindrot.org/show_bug.cgi?id=284
stevesk at pobox.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From stevesk at pobox.com  2002-06-23 09:11
2004 Mar 30
16
[Bug 826] RFE: scp and ssh should have an option to set the group-id at login time
http://bugzilla.mindrot.org/show_bug.cgi?id=826
           Summary: RFE: scp and ssh should have an option to set the group-
                    id at login time
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Miscellaneous
       
2004 Feb 26
12
[Bug 801] Improve usability of scp by adding a "make path" option
http://bugzilla.mindrot.org/show_bug.cgi?id=801
           Summary: Improve usability of scp by adding a "make path" option
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: scp
        AssignedTo: openssh-bugs at mindrot.org
2002 Apr 05
5
[Bug 201] Building openssh from CVS fails on AIX 4.2.1
http://bugzilla.mindrot.org/show_bug.cgi?id=201
------- Additional Comments From mouring at eviladmin.org  2002-04-06 02:21 -------
Created an attachment (id=62)
Does this patch help?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Aug 13
3
[Bug 384] OpenSSH should store an SSH_SERVER variable for cluster hosts
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=384
------- Additional Comments From thomas+openssh at stromberg.org  2002-08-14 05:43 -------
Created an attachment (id=137)
 --> (http://cvs-mirror.mozilla.org/webtools/bugzilla/attachment.cgi?id=137&action=view)
2 line patch for SSH_SERVER variable with incoming IP & port
This patch adds an SSH_SERVER variable as a
2002 Jun 23
13
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285
------- Additional Comments From dtucker at zip.com.au  2002-06-23 20:31 -------
Disabling PrivSep (add "UsePrivilegeSeparation no" to sshd_config) should get it 
working on 2.2 kernels.
3.3p1 defaults PrivSep to on. Previous releases (that supported it) defaulted to 
off.
------- You are receiving this mail because: -------
You
2003 Mar 24
16
[Bug 517] bad "put" arg parsing
http://bugzilla.mindrot.org/show_bug.cgi?id=517
           Summary: bad "put" arg parsing
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sftp
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: djm at