Displaying 20 results from an estimated 10000 matches similar to: "[Bug 444] Wrong path to ssh in scp after re-configure"
2002 Jul 17
0
[Bug 237] Key authentication failed with SSH 2 / Path wrong
http://bugzilla.mindrot.org/show_bug.cgi?id=237
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mouring at eviladmin.org
2003 May 14
1
[Bug 444] Wrong path to ssh in scp after re-configure
http://bugzilla.mindrot.org/show_bug.cgi?id=444
------- Additional Comments From djm at mindrot.org 2003-05-14 22:41 -------
Maybe modify each target to have:
sftp$(EXEEXT): config.h $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Apr 06
0
[Bug 76] scp won't transfer files to or from the root under Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=76
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mouring at eviladmin.org 2002-04-07
2002 Nov 26
0
[Bug 444] New: Wrong path to ssh in scp after re-configure
http://bugzilla.mindrot.org/show_bug.cgi?id=444
Summary: Wrong path to ssh in scp after re-configure
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2002 Jul 30
0
[Bug 126] ssh-keyscan hangs or crashes accessing Sun ssh host
http://bugzilla.mindrot.org/show_bug.cgi?id=126
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mouring at eviladmin.org
2002 Jul 02
0
[Bug 329] gmake install prefix=... does not work with the privsep-path
http://bugzilla.mindrot.org/show_bug.cgi?id=329
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mouring at eviladmin.org
2002 Apr 05
0
[Bug 60] OpenSSH 3.0.2p1 configure script fails on NEXTSTEP
http://bugzilla.mindrot.org/show_bug.cgi?id=60
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|mouring at eviladmin.org
Status|REOPENED |NEW
------- Additional Comments From mouring at
2001 Jun 20
0
FW: FW: behaviour of sshd in debug mode
Whoever can help me...
pls find attached the loggings for the openssh sessions from
local(host=keg;redhat linux) to remote (host=ben;lynxos)
The issue is when I run sshd in debug mode and try to logon from local,
password authentication succeeds, but if I run sshd as a daemon, it fails.
sshlocal.txt >>> logging at local when sshd is not run with debug option
sshlocal...txt >>
2008 Nov 21
2
'make install' failed on Sparc5, Solaris2.7
Hello,
System info: Sparcstation 5, Solaris 2.7, openssl-0.9.8i.
I've tried to install
openssh-3.9p1
openssh-4.9p1
openssh-5.1p1
all failed the similar way. The following is the last portion of the
'make install' printout.
./install-sh -c -m 0755 -s ssh /usr/local/bin/ssh
BFD: /usr/local/bin/stkuaiGw: warning: allocated section `.interp' not
in segment
./install-sh -c -m 0755
2015 Jan 09
2
OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?
On Fri, Jan 09, 2015 at 13:00:10 -0800, grantksupport at operamail.com wrote:
> Hi
>
> On Fri, Jan 9, 2015, at 12:34 PM, Mark Hahn wrote:
> > >> The one you are missing is EnableSSHKeysign.
> >
> > I suppose it's worth asking: is your ssh-keysign suid root
> > (and are the permissions on your host keys sufficiently tight)?
>
> Note that
2002 Oct 25
0
[Bug 422] New: /bin/sh: ./ssh-keygen: file or directory not found
http://bugzilla.mindrot.org/show_bug.cgi?id=422
Summary: /bin/sh: ./ssh-keygen: file or directory not found
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2002 Dec 18
2
patch for openssh3.5p1 - adds logging option
this patch adds a LogFile option to sshd_config. it just logs messages
directly to a file instead of stderr or syslog. the largest change
is an additional argument to log_init() in log.c for the log file name
(and then changes to the rest of the tools to add a NULL arg).
galt
-------------- next part --------------
diff -urN openssh-3.5p1-orig/log.c openssh-3.5p1/log.c
---
2016 Jan 19
2
OpenSSH portability & buildsystem fixes
Hi,
I recently ported OpenSSH to my hobbyist operating system. The portable
release is very straightforward to work with, but it had a few minor
issues where it assumes the existence of things that might not be on a
POSIX 2008 system. This are the list of issues I encountered that I
believe makes sense to upstream.
* <sys/param.h> is included in many files and isn't a standard
2010 Mar 09
2
[PATCH/cygwin]: Fix Makefiles
Hi,
below is a patch which only affects Cygwin. It adds the $(EXEEXT)
suffix in calls to install, and it fixes the list of documentation files
to install into /usr/share/doc/openssh in a Cygwin installation.
Thanks,
Corinna
Index: Makefile.in
===================================================================
RCS file: /cvs/openssh/Makefile.in,v
retrieving revision 1.306
diff -u -p -r1.306
2013 Apr 25
1
openssh cross compilation issue
Hi,
I'm cross compiling openSSH-6.2p1 on a ARM architecture
with
zlib-1.2.7
openssl-1.0.1e
the compilation succeeds but when I launch sftp x.y.z.t it fails:
exec: /home/working_area/disk1/usr/bin/ssh: No such file or directory
the problem is that /home/working_area/disk1/ is the path within the host PC
Is there a way to fix the cross-compilation or to export a variable in
the target
2003 Jun 11
2
[PATCH] Fix typos, OpenBSD + Portable
Hi.
Whenever I notice a typo someplace, I fix it in a local "typo tree".
Attached is 2 patches from that tree, one against OpenBSD and the other
against Portable.
Is it worth fixing these?
-Daz.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
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
2001 Feb 22
0
Solaris and Latest snapshot (2001-02-21) (fwd)
okay, i reversed that patch out and solaris 7 still works fine with pam...
devon
----- Original Message -----
From: <mouring at etoh.eviladmin.org>
To: <devon at admin2.gisnetworks.com>
Sent: Thursday, February 22, 2001 10:43 AM
Subject: Re: Solaris and Latest snapshot (2001-02-21) (fwd)
>
>
> ---------- Forwarded message ----------
> Date: Wed, 21 Feb 2001 17:54:19
2001 Mar 11
0
Problems with sftp under SCO OpenServer (fwd)
This is the final results of sftp on SCO OpenServer.
---------- Forwarded message ----------
Date: Mon, 26 Feb 2001 12:27:51 -0700
From: Greg Jewell <gjewell at cnnxn.com>
To: mouring at etoh.eviladmin.org
Subject: RE: Problems with sftp under SCO OpenServer
> -----Original Message-----
> From: mouring at etoh.eviladmin.org [mailto:mouring at etoh.eviladmin.org]
> Sent: Monday,
2002 Feb 03
0
[Bug 62] compilation error on openstep 4.0
http://bugzilla.mindrot.org/show_bug.cgi?id=62
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|mouring at eviladmin.org
------- Additional Comments From mouring at eviladmin.org 2002-02-03 16:03 -------
I'll look at