Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <119420-22003421515365675@M2W030.mail2web.com> X-Priority: 3 Reply-To: lhall@rfk.com X-Originating-IP: 209.113.174.244 From: "lhall@pop.ma.ultranet.com" To: folio@infocom.zp.ua, cygwin@cygwin.com Subject: RE: Re[2]: ssh and mount Date: Tue, 15 Apr 2003 11:36:05 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 X-OriginalArrivalTime: 15 Apr 2003 15:36:06.0702 (UTC) FILETIME=[BB17D4E0:01C30364] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h3FFaPm22324 This is a common question (as the email archives could testify). Password-based authentication uses Windows to do the authentication, so you get the user's mount table (which is currently stored in the registry). Public key cannot authenticate through Windows so you get the default mount table. You can only get to your user's registry hive if Windows knows you're you! ;-) If you want a consistent mount table for password-based and public key authentication, you'll have to mount your paths as "system" (the -s flag to mount). Of course, then every user will have these mounts. Larry Original Message: ----------------- From: Sergei Kolodka folio@infocom.zp.ua Date: Tue, 15 Apr 2003 18:19:47 +0300 To: cygwin@cygwin.com Subject: Re[2]: ssh and mount Tuesday, April 15, 2003, 6:18:02 PM, you wrote: Yes, network drives are x, y, z from first table. c, d, e, f, g, h, i - local. VH> Would i be correct in guessing that the missing drives are network drives VH> and the rest are local ? >> -----Original Message----- >> From: Sergei Kolodka [mailto:folio@infocom.zp.ua] >> Sent: 15 April 2003 16:12 >> To: cygwin@cygwin.com >> Subject: ssh and mount >> >> >> Hello list, >> >> Here's weird (for me, as newbie) error. >> >> OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f >> Putty Release 0.53b >> cygwin-1.3.10-1 >> >> If I try login to local system with putty and password-based >> ssh1 authentication, $mount show following (correct, same as >> through login with cygwin.bat) table: >> >> Nobody@VIC ~ >> $ mount >> Device Directory Type Flags >> F:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts >> system binmode >> F:\cygwin\bin /usr/bin system binmode >> F:\cygwin\lib /usr/lib system binmode >> F:\cygwin / system binmode >> c: /mnt/C user binmode >> d: /mnt/D user binmode >> e: /mnt/E user binmode >> f: /mnt/F user binmode >> g: /mnt/G user binmode >> h: /mnt/H user binmode >> i: /mnt/I user binmode >> x: /mnt/x user binmode >> y: /mnt/y user binmode >> z: /mnt/z user binmode >> >> >> But if I simultaneously try to login using ssh1 RSA based >> authentication (and public key method from ssh2 as well)- I >> get wrong table: >> >> Nobody@VIC ~ >> $ mount >> Device Directory Type Flags >> F:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts >> system binmode >> F:\cygwin\bin /usr/bin system binmode >> F:\cygwin\lib /usr/lib system binmode >> F:\cygwin / system binmode >> c: /cygdrive/c user binmode,noumount >> e: /cygdrive/e user binmode,noumount >> f: /cygdrive/f user binmode,noumount >> g: /cygdrive/g user binmode,noumount >> h: /cygdrive/h user binmode,noumount >> i: /cygdrive/i user binmode,noumount >> >> Can someone shed some light what happened ? >> >> -- >> Best regards, >> Sergei >> folio@infocom.zp.ua >> >> >> -- >> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >> Bug reporting: http://cygwin.com/bugs.html >> Documentation: http://cygwin.com/docs.html >> FAQ: http://cygwin.com/faq/ >> -- Best regards, Sergei folio@infocom.zp.ua -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/