diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-06-12 22:57:48 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-06-12 22:57:48 +0800 |
commit | 2e05a2b8c417a91b23e87b2291c4b10859b9d89e (patch) | |
tree | cd6c6590447470e6288ccd16c126b3bb49a60a2a | |
parent | fc2c67e61c9bc14a3f1fe7931984544410369b3d (diff) | |
parent | fdcd21e74ba7d3e3fe1b8e9810c2b6d45f534a18 (diff) |
Merge pull request #11 from nshopik/patch-2
Prepend DROPBEAR for scp.c
-rw-r--r-- | scp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ int verbose_mode = 0; int showprogress = 1; /* 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 */ pid_t do_cmd_pid = -1; |