[BACK]Return to scp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.c between version 1.18 and 1.19

version 1.18, 1999/11/23 22:25:54 version 1.19, 1999/11/24 00:26:03
Line 1 
Line 1 
 /*  /*
    *
 scp - secure remote copy.  This is basically patched BSD rcp which uses ssh   * scp - secure remote copy.  This is basically patched BSD rcp which uses ssh
 to do the data transfer (instead of using rcmd).   * to do the data transfer (instead of using rcmd).
    *
 NOTE: This version should NOT be suid root.  (This uses ssh to do the transfer   * NOTE: This version should NOT be suid root.  (This uses ssh to do the transfer
 and ssh has the necessary privileges.)   * and ssh has the necessary privileges.)
    *
 1995 Timo Rinne <tri@iki.fi>, Tatu Ylonen <ylo@cs.hut.fi>   * 1995 Timo Rinne <tri@iki.fi>, Tatu Ylonen <ylo@cs.hut.fi>
    *
 */  */
   
 /*  /*

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19