From owner-ssh@clinet.fi Thu Jun 7 00:15:44 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 AAA22863 for ; Thu, 7 Jun 2001 00:15:44 +0300 (EET DST) From: owner-ssh@clinet.fi Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7]) by smtp1.clinet.fi (Postfix) with ESMTP id 823DD216CF; Thu, 7 Jun 2001 00:15:44 +0300 (EEST) Received: (from majordom@localhost) by mail.clinet.fi (8.9.3/8.9.3) id XAA21051 for ssh-outgoing; Wed, 6 Jun 2001 23:57:46 +0300 Received: from chokmah.ito.com (chokmah.ito.com [202.241.243.101]) by mail.clinet.fi (8.9.3/8.9.3) with SMTP id XAA21047 for ; Wed, 6 Jun 2001 23:57:44 +0300 Received: (qmail 12772 invoked from network); 6 Jun 2001 20:57:32 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 6 Jun 2001 20:57:32 -0000 Date: Thu, 07 Jun 2001 05:55:18 +0900 (JST) Message-Id: <20010607.055518.132764661@message-id.org> Cc: peter.denno@nist.gov To: ssh@clinet.fi Subject: Re: OpenSSH scp -o not implemented? In-Reply-To: <3B1E628F.E1360616@nist.gov> References: <3B1E628F.E1360616@nist.gov> X-Mailer: Mew version 1.95b125 on Emacs 21.0 / Mule 5.0 (SAKAKI) X-cite-me: =?iso-2022-jp?B?GyRCJDskcxsoQg==?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ssh@clinet.fi Precedence: bulk From: Peter Denno Subject: OpenSSH scp -o not implemented? Date: Wed, 06 Jun 2001 13:04:15 -0400 > 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 I think you want something like: scp -o Protocol=1 [source] [destination]