Hi,

The man page for OpenSSH _2.9.p1 scp states that scp takes an -o
[option] command line switch.
The switch is used to pass [option] to ssh.

However, the switch is not accepted:

~>scp -o -1 ~/desktop/mt-for-mda.pdf nist:/home/pdenno
command-line: line 0: Bad configuration option: -1
lost connection

And it appears that it might not be implemented:

~>scp -v
usage: scp [-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1
f2
   or: scp [options] f1 ... fn directory.

On a related note, how can I force my scp client to talk protocol
version 1?
ssh -1 works fine. I suppose I could use scp -S to somehow execute ssh
-1. Anything neater?

Thanks.
--
Best Regards,
 - Peter

 Peter Denno
 National Institute of Standards and Technology,
 Manufacturing System Integration Division,
 100 Bureau Drive, Mail Stop 8260             Tel: +1 301-975-3595
 Gaithersburg, MD, USA 20899-8260             FAX: +1 301-975-4694


Reply via email to