Skip to content
Snippets Groups Projects
Commit 2e05a2b8 authored by Matt Johnston's avatar Matt Johnston
Browse files

Merge pull request #11 from nshopik/patch-2

Prepend DROPBEAR for scp.c
parents fc2c67e6 fdcd21e7
Branches
No related merge requests found
...@@ -96,7 +96,7 @@ int verbose_mode = 0; ...@@ -96,7 +96,7 @@ int verbose_mode = 0;
int showprogress = 1; int showprogress = 1;
/* This is the program to execute for the secured connection. ("ssh" or -S) */ /* This is the program to execute for the secured connection. ("ssh" or -S) */
char *ssh_program = _PATH_SSH_PROGRAM; char *ssh_program = DROPBEAR_PATH_SSH_PROGRAM;
/* This is used to store the pid of ssh_program */ /* This is used to store the pid of ssh_program */
pid_t do_cmd_pid = -1; pid_t do_cmd_pid = -1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment