Displaying 20 results from an estimated 20000 matches similar to: "[Bug 175] File size limit for SCP"
2001 Sep 27
2
openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX
openssh-2.9.9p2/configure.in says:
# Disabled until it works on SCO and HPUX
#AC_SYS_LARGEFILE
As an autoconf maintainer I'd like to fix this. Can you please
explain what's broken on SCO and HPUX?
I'm puzzled by the comment, as AC_SYS_LARGEFILE is a feature
introduced in autoconf 2.50, whereas openssh-2.9.9p2/configure was
built with autoconf 2.13.
Anyway, some older GNU
2002 Apr 03
5
[Bug 184] 3.1p1 openssh fails to build a working sshd on Trusted HP-UX 10.26
http://bugzilla.mindrot.org/show_bug.cgi?id=184
------- Additional Comments From dcole at keysoftsys.com 2002-04-04 08:10 -------
Created an attachment (id=60)
better style (no c++ comments), and incorporation of suggestions
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 17
16
[Bug 245] SSH can not log out under Solaris 2.6
http://bugzilla.mindrot.org/show_bug.cgi?id=245
------- Additional Comments From wknox at mitre.org 2002-05-18 00:58 -------
Same issue with Solaris 8 built with gcc 2.95.2 with the following configure
options:
--without-rsh --with-tcp-wrappers --with-pam --disable-suid-ssh
--with-prngd-socket
--with-default-path=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
Running a ssh -v
2002 May 31
11
(no subject)X-forward
No "ssh -X hostname" doesn't work.
But when you "export DISPLAY=..." it works!?
I set the the Display Hack so that I can see my IP with "env" or "echo
SSH_CLIENT" when I'm connect via VPN-Tunnel and I don't know my IP in
the Net I'm connected through.
Andreas Kerl
-----------------------------------------
DTS Medien GmbH
Heidestrasse 38
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
2002 Aug 16
2
[Bug 333] X11 forwarding not working in OpenSSH 3.4p1
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=333
------- Additional Comments From dtucker at zip.com.au 2002-08-16 10:31 -------
What does "echo $DISPLAY give? Is the display listed in "xauth list"? What
happens when you try to run an xterm?
You can try deleting your .Xauthority file (it'll be re-created automatically)
and/or adding
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
2002 Mar 01
6
[Bug 132] connects to 1.2.2? vintage sshd sometimes gets "Server lies" about host key size off by 1 bit
http://bugzilla.mindrot.org/show_bug.cgi?id=132
------- Additional Comments From dwd at bell-labs.com 2002-03-02 02:29 -------
Created an attachment (id=30)
Patch against CVS of March 1, 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Mar 18
2
[Bug 173] sshd does not listen on tcp-socket, though GatewayPorts yes
http://bugzilla.mindrot.org/show_bug.cgi?id=173
------- Additional Comments From stevesk at pobox.com 2002-03-19 08:31 -------
see sshd.8 X11UseLocalhost
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Mar 30
1
[Bug 153] NULL pointer passed to xfree() during client connection
http://bugzilla.mindrot.org/show_bug.cgi?id=153
------- Additional Comments From stevesk at pobox.com 2002-03-31 02:55 -------
can you provide sshd -ddd output and additional
information such as linux distribution, etc?
also "Cannot bind any address." appears to be
from a different sshd invocation.
------- You are receiving this mail because: -------
You are the assignee for
2002 Mar 30
3
[Bug 109] sftp hangs when a tcsh user types quit or exit
http://bugzilla.mindrot.org/show_bug.cgi?id=109
------- Additional Comments From stevesk at pobox.com 2002-03-31 05:06 -------
i'm not sure. can someone dup and debug this?
can you still dup with 3.1p1?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jun 21
4
[Bug 282] ttymodes sent can be invalid
http://bugzilla.mindrot.org/show_bug.cgi?id=282
------- Additional Comments From stevesk at pobox.com 2002-06-22 06:15 -------
what kernel and glibc version?
try with "stty -parenb" on client side.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jul 18
2
[Bug 312] canhost.h needs to be included
http://bugzilla.mindrot.org/show_bug.cgi?id=312
------- Additional Comments From stevesk at pobox.com 2002-07-18 14:07 -------
why is it required?
i don't see any canohost.h functions in those files.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Aug 29
1
[Bug 389] Sshdfwd-<port>
http://bugzilla.mindrot.org/show_bug.cgi?id=389
------- Additional Comments From stevesk at pobox.com 2002-08-30 07:12 -------
*** Bug 390 has been marked as a duplicate of this bug. ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 17
6
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From yoshfuji at linux-ipv6.org 2002-05-18 09:44 -------
Created an attachment (id=97)
Try to set IPV6_V6ONLY if available. Open ::1 and 127.0.0.1 if x11_use_localhost is set.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Oct 24
4
snapshot problems on Mac OS X
Here are some problems with the latest snapshot on Mac
OS X:
I am by no means an autoconf expert, but here is what
happens after a "autoreconf":
autoconf: Undefined macros:
configure.in:1291:AC_CHECK_MEMBERS([struct
stat.st_blksize])
configure.in:2168:AC_CONFIG_FILES([Makefile
openbsd-compat/Makefile scard/Makefile ssh_prng_cmds])
configure.in:26:AC_SYS_LARGEFILE
2002 Jun 24
4
README.privsep
Hi,
This is included in the release now; any feedback?
Privilege separation, or privsep, is method in OpenSSH by which
operations that require root privilege are performed by a separate
privileged monitor process. Its purpose is to prevent privilege
escalation by containing corruption to an unprivileged process.
More information is available at:
2002 Mar 26
1
[Bug 185] --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=185
------- Additional Comments From koenig at science-computing.de 2002-03-27 01:28 -------
I found a possible workaround for my problem: adding
X11UseLocalhost no
in sshd_conf for HP-UX 10.20 avoids the X11-forwarding problems.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2002 Aug 20
1
[Bug 388] Escape character not updated from default of ~ in help message
http://bugzilla.mindrot.org/show_bug.cgi?id=388
------- Additional Comments From wknox at mitre.org 2002-08-21 02:28 -------
Created an attachment (id=138)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=138&action=view)
Patch to print proper escape character in escape help
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching
2002 Aug 29
1
[Bug 362] Loss of change password functionality
http://bugzilla.mindrot.org/show_bug.cgi?id=362
------- Additional Comments From thomas.kube at gmx.net 2002-08-30 01:22 -------
Hello,
we have upgraded OpenSSH on HP-UX (11.00 and 11.11). The impact is the same as
Dirk wrote: No chance to work with passwd -f. By the way: we want to work with
LDAP in the near future. Will it work on HP-UX and the current OpenSSH?
Thanks for answer,
Thomas