Displaying 7 results from an estimated 7 matches for "_path_ssh_piddir".
Did you mean:
d_path_ssh_piddir
2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
...ds can tie scp down to the absolute path.
Incidentally, if there is a reason why anyone thinks this is a bad idea,
please let me know.
Regards,
David.
--- pathnames.h Mon Jul 12 01:48:47 2004
+++ pathnames.h Wed Sep 1 00:48:12 2004
@@ -45,6 +45,8 @@
*/
#define _PATH_SSH_DAEMON_PID_FILE _PATH_SSH_PIDDIR "/sshd.pid"
+#define _PATH_SCP_REMOTE_PROGRAM "/usr/bin/scp"
+
/*
* The directory in user\'s home directory in which the files reside. The
* directory should be world-readable (though not all files are).
--- scp.c Thu Aug 12 05:44:32 2004
+++ scp.c We...
2001 Oct 16
6
program-prefix does not work
...M=$(libexecdir)/ssh-askpass
! SFTP_SERVER=$(libexecdir)/sftp-server
PATHS= -DETCDIR=\"$(sysconfdir)\" \
-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
-D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
-D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
! -D_PATH_SSH_PIDDIR=\"$(piddir)\"
CC=@CC@
LD=@LD@
--- 12,31 ----
piddir=@piddir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
+ program_prefix=@program_prefix@
DESTDIR=
VPATH=@srcdir@
! SSH_PROGRAM=@bindir@/$(program_prefix)ssh
! ASKPASS_PROGRAM=$(libexecdir)/$(program_prefix)ssh-askpass
!...
2001 Sep 16
0
openssh-2.9p2: --with-pid-dir does not work?
...some code was corrected as I see, but still is not working.
I looked through some source code, but I couldn't spot the bug :(
How I manually fixed it:
1. Run ./configure as above
2. Edit ./Makefile & ./openbsd-compat/Makefile to say
piddir=Your/Pid/dir
3. Edit ./config.h to say
#define _PATH_SSH_PIDDIR "/Your/Pid/dir"
4. Continue with normal
make
make install
*** in .contrib/solaris/build-pkg script there is a reference to
../../Makefile ***
**** I got just one insignificant warning ****
***** I didn't get /var/opt/openssh/run directory created! *****
Now at my 5th (or was it...
2005 Sep 27
1
make fails with ssl 0.9.8
...-default, x86_64 system
with an athlon64:
If I make openssh 4.2p1 using the system's default ssl 0.9.7e, all is
well; however, make fails if I install the newer ssl 0.9.8 and
configure openssh with:
./configure --with-ssl-dir=/usr/local/ssl
A snippet from the last output from make is:
_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty
\" -DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -
DHAVE_CONFIG_H -c sshconnect2.c
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/us...
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651
------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 -------
tried openssh-SNAP-20031223
does not compile:
(cd openbsd-compat && make)
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./..
-I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include
-DHAVE_CONFIG_H -c
2005 Sep 19
1
ssh hangs or gives Segmentation fault
..._ADDR 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_SS_FAMILY_IN_SS 1
/* #undef HAVE___SS_FAMILY_IN_SS */
/* #undef HAVE_DEV_PTMX */
/* #undef HAVE_DEV_PTS_AND_PTC */
/* #undef IPADDR_IN_DISPLAY */
#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/users/eckmann/export/ssh/bin"
#define _PATH_SSH_PIDDIR "/var/run"
/* #undef BROKEN_GETADDRINFO */
/* #undef BROKEN_UPDWTMPX */
#define DONT_TRY_OTHER_AF 1
#define IPV4_IN_IPV6 1
/* #undef BSD_AUTH */
/* #undef NO_X11_UNIX_SOCKETS */
/* #undef NO_IPPORT_RESERVED_CONCEPT */
/* #undef BROKEN_SAVED_UIDS */
#define GLOB_HAS_ALTDIRFUNC 1
/* #undef...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...4
#define SIZEOF_LONG_INT 4
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_SHORT_INT 2
#define SNPRINTF_CONST const
#define SSH_PRIVSEP_USER "sshd"
#define USER_PATH "/bin:/usr/sbin:/sbin:/usr/bin"
#define USE_PIPES 1
#define _PATH_PASSWD_PROG "/usr/bin/passwd"
#define _PATH_SSH_PIDDIR "/var/run"
configure: exit 0
----------------------------------------------------------
I can see the define of HAVE_INTXX_T in this list.
I have searched for both HAVE_INTXX_T and SIZEOF_CHAR but the only files
they are in are:
cygwin/home/Steve/openssh3.4p2/config.h - in a comment
c...