From owner-ssh@clinet.fi  Wed Jun  6 20:33:55 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id UAA18518
	for <ssh-archiver@cs.hut.fi>; Wed, 6 Jun 2001 20:33:55 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id 039F9214BA; Wed,  6 Jun 2001 20:33:55 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id UAA04590
	for ssh-outgoing; Wed, 6 Jun 2001 20:07:17 +0300
Received: from dribble.cme.nist.gov (dribble.cme.nist.gov [129.6.32.31])
	by mail.clinet.fi (8.9.3/8.9.3) with ESMTP id UAA04585
	for <ssh@clinet.fi>; Wed, 6 Jun 2001 20:07:15 +0300
Received: from nist.gov (felicity.dmz.cme.nist.gov [129.6.78.69])
	by dribble.cme.nist.gov (8.9.3/8.9.3) with ESMTP id NAA01974
	for <ssh@clinet.fi>; Wed, 6 Jun 2001 13:07:14 -0400 (EDT)
Message-ID: <3B1E628F.E1360616@nist.gov>
Date: Wed, 06 Jun 2001 13:04:15 -0400
From: Peter Denno <peter.denno@nist.gov>
X-Mailer: Mozilla 4.73 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: ssh@clinet.fi
Subject: OpenSSH scp -o not implemented?
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-ssh@clinet.fi
Precedence: bulk

 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


