diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-01-19 00:22:23 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-01-19 00:22:23 +0800 |
commit | 61b49ea2e3bd77c15a016070137ef35fa650e1a1 (patch) | |
tree | 5a28a53396c61119a2f74096e28a213320f3e423 /scp.c | |
parent | 21ed9480d7ca1e39c98e50c019ba40831ec9bcfb (diff) |
Add note about OpenSSH origin
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +/* Dropbear Note: This file is based on OpenSSH 4.3p2. Avoid unnecessary + changes to simplify future updates */ + /* * scp - secure remote copy. This is basically patched BSD rcp which * uses ssh to do the data transfer (instead of using rcmd). |