Displaying 1 result from an estimated 1 matches for "scp_remote_program".
2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
..., 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 Wed Sep 1 00:48:51 2004
@@ -102,6 +102,9 @@
/* This is th...