CVSROOT: /cvs Module name: src Changes by: mar...@cvs.openbsd.org 2010/12/08 15:46:03
Modified files: usr.bin/ssh : scp.1 scp.c Log message: add a new -3 option to scp: Copies between two remote hosts are transferred through the local host. Without this option the data is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)