Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <000c01c4919a$2e258b20$5c00000a@swing> From: "Shaddy Baddah" To: References: <20040902161337 DOT GG17670 AT cygbert DOT vinschen DOT de> Subject: Re: Cygwin ssh session privileges differ from console privileges? Date: Fri, 3 Sep 2004 11:41:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-muse-mycom-int-fr-MailScanner: Found to be clean X-MailScanner-From: shaddy DOT baddah AT msa DOT hinet DOT net Thank you Corinna. Your suggestion worked. You are too cool for school :-D. ----- Original Message ----- From: "Corinna Vinschen" To: Sent: Thursday, September 02, 2004 6:13 PM Subject: Re: Cygwin ssh session privileges differ from console privileges? > > The bottom line is, if you need all the user's access rights use password > authentication. If that doesn't help, you're out of luck. > As you suggested, I had to change from publickey authentication to password,keyboard-interactive. Here is how it was achieved: Administrator AT mydesktop ~ $ ssh -o 'PasswordAuthentication yes' -o 'PreferredAuthentications password,keyboard-interactive' Administrator AT myserver Administrator AT myserver's password: Last login: Thu Sep 2 20:40:16 2004 from mydesktop Administrator AT myserver ~ $ sqlplus /nolog SQL*Plus: Release 9.2.0.1.0 - Production on Fri Sep 3 05:17:37 2004 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. SQL> connect / as sysdba Connected. Thanks again, and best regards, Shaddy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/