Mercurial > dropbear
diff scp.c @ 1226:952624727411
Add note about OpenSSH origin
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 Jan 2016 00:22:23 +0800 |
parents | 0a1891e23b18 |
children | f7f2c3714269 |
line wrap: on
line diff
--- a/scp.c Fri Jan 15 00:19:11 2016 +0800 +++ b/scp.c Tue Jan 19 00:22:23 2016 +0800 @@ -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).