Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <200008071626350786.01956ECE@127.0.0.1> In-Reply-To: <398A68F5.50288F53@cygnus.com> References: <39889087 DOT CE407787 AT cygnus DOT com> <200008032216110792 DOT 00525FBE AT grapevine DOT skyblue DOT com> <398A68F5 DOT 50288F53 AT cygnus DOT com> X-Mailer: Calypso Version 3.10.03.02 (4) Date: Mon, 07 Aug 2000 16:26:35 -0500 From: "Matt Barron" To: "cygwin" Subject: Re: Update: OpenSSH-2.1.1p4-1 for Cygwin 1.1.3 Content-Type: text/plain; charset="us-ascii" Shown below is a verbose ssh session which shows 2.1.1p4-2 using '/.ssh/config' instead of '~/.ssh/config'. If I can provide anything else to help you debug this, let me know. *********** REPLY SEPARATOR *********** On 8/4/2000 at 8:55 am Corinna Vinschen wrote: >Matt Barron wrote: >> >> This version seems to look in '/.ssh' for keys and configuration >> files, instead of '~/.ssh'. My $HOME is set correctly; everything >> worked fine in prior versions. > >Try `ssh -v' and/or `sshd -d'. This might give a hint what's going on. >I'm using the same version and everything is fine with the used paths. $ ssh -v maverick pwd SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x00905100). debug: Reading configuration data /.ssh/config debug: Applying options for maverick debug: Reading configuration data /usr/local/etc/ssh_config debug: Applying options for * debug: Seeding random number generator debug: ssh_connect: getuid 1000 geteuid 1000 anon 0 debug: Connecting to maverick [63.77.78.197] port 2222. debug: Connection established. debug: Remote protocol version 1.99, remote software version OpenSSH-2.1 debug: Local version string SSH-1.5-OpenSSH_2.1.1 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). debug: Host 'maverick' is known and matches the RSA host key. debug: Seeding random number generator debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: Trying RSA authentication with key 'matt AT skyblue DOT com' debug: Received RSA challenge from server. debug: Sending response to host key RSA challenge. debug: Remote: RSA authentication accepted. debug: RSA authentication accepted by server. debug: Sending command: pwd debug: Entering interactive session. /.u1/home/matt debug: Transferred: stdin 0, stdout 15, stderr 0 bytes in 0.3 seconds debug: Bytes per second: stdin 0.0, stdout 53.4, stderr 0.0 debug: Exit status 0 $ set !C:='C:\cygwin\bin' ALLUSERSPROFILE='C:\Documents and Settings\All Users' APPDATA='C:\Documents and Settings\matt\Application Data' BASEMAKE='C:\Program Files\Microsoft Platform SDK\Include\BKOffice.Mak' BASH=/usr/bin/bash BASH_PATCHES=([0]="bash204-001" [1]="bash204-002" [2]="bash204-003" [3]="bash204 -004A" [4]="bash204-005" [5]="bash204-006" [6]="bash204-007" [7]="earnie-001") BASH_VERSINFO=([0]="2" [1]="04" [2]="0" [3]="1" [4]="release" [5]="i586-pc-cygwi n") BASH_VERSION='2.04.0(1)-release' BKOFFICE='C:\Program Files\Microsoft Platform SDK\' CC_ROOT='C:\PROGRA~1\OBJECT~1\CONTRO~1\' COLUMNS=80 COMMONPROGRAMFILES='C:\Program Files\Common Files' COMPUTERNAME=CASTOLON COMSPEC='C:\WINNT\system32\cmd.exe' DIRSTACK=() DXSDKROOT='C:\Program Files\Microsoft Platform SDK\' EUID=1000 GROUPS=() HISTFILE=/cygdrive/k/home/.bash_history HISTFILESIZE=500 HISTSIZE=500 HOME=/cygdrive/k/home HOMEDRIVE=C: HOMEPATH='\' HOSTNAME=CASTOLON HOSTTYPE=i586 IFS=' ' INCLUDE='C:\Program Files\Microsoft Platform SDK\Include\;C:\Program Files\Micro soft Platform SDK\Include\Atl30\' INETSDK='C:\Program Files\Microsoft Platform SDK\' LIB='C:\Program Files\Microsoft Platform SDK\Lib\' LINES=53 LOGONSERVER='\\CASTOLON' MACHTYPE=i586-pc-cygwin MAILCHECK=60 MAKE_MODE=unix MSSDK='C:\Program Files\Microsoft Platform SDK\' MSTOOLS='C:\Program Files\Microsoft Platform SDK\' NUMBER_OF_PROCESSORS=1 OLDPWD=/cygdrive/k/home OPTERR=1 OPTIND=1 OS=Windows_NT OS2LIBPATH='C:\WINNT\system32\os2\dll;' OSTYPE=cygwin PATH='/bin:/usr/bin:/usr/local/bin:/cygdrive/c/WINNT/system32:/cygdriv e/c/WINNT: /cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/Program Files/Network Associates/PGP NT:/cygdrive/c/tools/utils:/cygdrive/c/tools/zip:/cygdrive/c/tools/unz ip:/cygdri ve/c/tools/cvs:/usr/bin:/usr/local/bin:/cygdrive/c/Program Files/Microsoft Platf orm SDK/Bin/:/cygdrive/c/Program Files/Microsoft Platform SDK/Bin/WinNT' PATHEXT='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PIPESTATUS=([0]="0") PPID=1000 PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER='x86 Family 6 Model 8 Stepping 1, GenuineIntel' PROCESSOR_LEVEL=6 PROCESSOR_REVISION=0801 PROGRAMFILES='C:\Program Files' PROMPT='$P$G' PS1=' \u@\h \w $ ' PS2='> ' PS4='+ ' PWD=/ SHELL=/bin/sh SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-c omments:em acs SHLVL=1 SM='c:\utils' SYSTEMDRIVE=C: SYSTEMROOT='C:\WINNT' TEMP=/cygdrive/c/temp TERM=cygwin UID=1000 USER=matt USERDOMAIN=CASTOLON USERNAME=matt USERPROFILE='C:\Documents and Settings\matt' WINDIR='C:\WINNT' _=pwd i='/etc/profile.d/*.sh' matt AT CASTOLON / $ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com