I am trying to create an autossh service that establishes a reverse ssh connection to an openssh server runing on the local lan. The server will eventually migrate off the lan and I have no control over the firewall which is why I'm testing this setup first. I've run into several problems:
I've had to set /etc/ssh_config StrictHostKeyChecking to No otherwise host key verification will fail. The autossh command line -i switch must look like "/cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa" rather than "~/.ssh/id_rsa" otherwise it will not find the id_rsa key and the connection will fail. The previous two problems I've managed to workaround although I dont understand why they come up in the first place. In the end however, the service manages to start, connects to my Openssh server and authenticates, but then immediately drops the connection and the autossh service stops. I am running it as a SYSTEM service and I believe I've set all the ownership and permissions correctly. Regular ssh into my server works correctly. Autossh manually into my server works correctly. How do I fix this last problem?
autossh.log OpenSSH_5.1p1, OpenSSL 0.9.8l 5 Nov 2009 debug1: Reading configuration data /etc/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to 192.168.1.102 [192.168.1.102] port 443. debug1: Connection established. debug3: Not a RSA1 key file /cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa. debug2: key_type_from_name: unknown key type '-----BEGIN' debug3: key_read: missing keytype debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug2: key_type_from_name: unknown key type '-----END' debug3: key_read: missing keytype debug1: identity file /cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa type 1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5ubuntu1 debug1: match: OpenSSH_5.1p1 Debian-5ubuntu1 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.1 debug2: fd 3 setting O_NONBLOCK debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: none,z...@openssh.com,zlib debug2: kex_parse_kexinit: none,z...@openssh.com,zlib debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: none,z...@openssh.com debug2: kex_parse_kexinit: none,z...@openssh.com debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: mac_setup: found hmac-md5 debug1: kex: server->client aes128-cbc hmac-md5 none debug2: mac_setup: found hmac-md5 debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug2: dh_gen_key: priv key bits set: 117/256 debug2: bits set: 505/1024 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug3: put_host_port: [192.168.1.102]:443 debug3: check_host_in_hostfile: filename /.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug1: Host '192.168.1.102:443' is known and matches the RSA host key. debug1: Found key in /.ssh/known_hosts:1 debug2: bits set: 484/1024 debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa (0x6ab118) debug1: Authentications that can continue: publickey,password debug3: start over, passed a different list publickey,password debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering public key: /cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply debug1: Server accepts key: pkalg ssh-rsa blen 277 debug2: input_userauth_pk_ok: fp c2:b4:f7:28:71:58:7c:07:90:a7:e0:89:18:b5:a1:d9 debug3: sign_and_send_pubkey debug1: read PEM private key done: type RSA debug1: Authentication succeeded (publickey). debug1: Local connections to LOCALHOST:20000 forwarded to remote address 127.0.0.1:20000 debug3: channel_setup_fwd_listener: type 2 wildcard 0 addr NULL debug1: Local forwarding listening on 127.0.0.1 port 20000. debug2: fd 4 setting O_NONBLOCK debug3: fd 4 is O_NONBLOCK debug1: channel 0: new [port listener] debug1: Remote connections from LOCALHOST:20000 forwarded to local address 127.0.0.1:20001 debug1: Remote connections from LOCALHOST:6666 forwarded to local address localhost:22 debug2: fd 5 setting O_NONBLOCK debug2: fd 6 setting O_NONBLOCK debug2: fd 7 setting O_NONBLOCK debug1: channel 1: new [client-session] debug3: ssh_session2_open: channel_new: 1 debug2: channel 1: send open debug1: Requesting no-more-sessi...@openssh.com debug1: Entering interactive session. debug1: remote forward success for: listen 20000, connect 127.0.0.1:20001 debug1: remote forward success for: listen 6666, connect localhost:22 debug1: All remote forwarding requests processed debug2: callback start debug2: client_session2_setup: id 1 debug1: Sending command: AUTOSSH_NTSERVICE=YES debug2: channel 1: request exec confirm 1 debug2: fd 3 setting TCP_NODELAY debug2: callback done debug2: channel 1: open confirm rwindow 0 rmax 32768 debug2: channel 1: rcvd adjust 2097152 debug2: channel_input_confirm: type 99 id 1 debug2: exec request accepted on channel 1 debug2: channel 1: read<=0 rfd 5 len 0 debug2: channel 1: read failed debug2: channel 1: close_read debug2: channel 1: input open -> drain debug2: channel 1: ibuf empty debug2: channel 1: send eof debug2: channel 1: input drain -> closed debug2: channel 1: rcvd eof debug2: channel 1: output open -> drain debug2: channel 1: obuf empty debug2: channel 1: close_write debug2: channel 1: output drain -> closed debug1: client_input_channel_req: channel 1 rtype exit-status reply 0 debug1: client_input_channel_req: channel 1 rtype e...@openssh.com reply 0 debug2: channel 1: rcvd eow debug2: channel 1: rcvd close debug3: channel 1: will not send data after close debug2: channel 1: almost dead debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: send close debug2: channel 1: is dead debug2: channel 1: garbage collecting debug1: channel 1: free: client-session, nchannels 2 debug3: channel 1: status: The following connections are open: #1 client-session (t4 r4 i3/0 o3/0 fd -1/-1 cfd -1) debug3: channel 1: close_fds r -1 w -1 e 7 c -1 debug1: channel 0: free: port listener, nchannels 1 debug3: channel 0: status: The following connections are open: debug3: channel 0: close_fds r 4 w 4 e -1 c -1 debug3: fd 0 is not O_NONBLOCK debug3: fd 1 is not O_NONBLOCK debug3: fd 2 is not O_NONBLOCK Transferred: sent 2304, received 2296 bytes, in 0.5 seconds Bytes per second: sent 4608.0, received 4592.0 debug1: Exit status 0 $ cygrunsrv --verbose -Q autossh Service : autossh Current State : Stopped Command : /usr/bin/autossh -vvv -p 443 -i /cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa -M 20000 -R 6666:localhost:22 m ob...@192.168.1.102 AUTOSSH_NTSERVICE=YES stdin path : /dev/null stdout path : /var/log/autossh.log stderr path : /var/log/autossh.log Process Type : Own Process Startup : Automatic Account : LocalSystem directory perms from / to /home $ ls -ld / /home /home/Administrator/ /home/Administrator/.ssh/ drwx------+ 14 Administrator None 0 Nov 22 00:30 / drwxrwxrwx+ 3 Administrator None 0 Nov 21 23:23 /home drwxr-xr-x+ 3 Administrator None 0 Nov 22 00:13 /home/Administrator/ drwxr-xr-x+ 2 Administrator None 0 Nov 22 00:17 /home/Administrator/.ssh/ file perms in /home $ ls -la total 10 drwxr-xr-x+ 2 Administrator None 0 Nov 22 00:17 . drwxr-xr-x+ 3 Administrator None 0 Nov 22 00:13 .. -rw------- 1 Administrator None 404 Nov 22 00:13 authorized_keys -rw------- 1 SYSTEM None 1671 Nov 22 00:13 id_rsa -rw-r--r-- 1 Administrator None 404 Nov 22 00:13 id_rsa.pub -rw-r--r-- 1 Administrator None 825 Nov 22 00:22 known_hosts file perms in /etc $ ls -la total 199 drwxr-xr-x+ 9 Administrator Users 0 Nov 22 00:13 . drwx------+ 14 Administrator None 0 Nov 22 00:30 .. -rwxr-x---+ 1 Administrator Users 4385 Nov 21 23:11 DIR_COLORS drwxrwx---+ 2 Administrator Users 0 Nov 21 23:11 alternatives -rwxr-x---+ 1 Administrator Users 301 Nov 21 23:11 bash.bashrc drwxrwx---+ 4 Administrator Users 0 Nov 21 23:11 defaults -rwxr-xr--+ 1 Administrator Users 478 Nov 22 00:12 group lrwxrwxrwx 1 Administrator Users 37 Nov 21 23:11 hosts -> C:\WINDOWS\system32\drivers\etc\hosts -rwxr-x---+ 1 Administrator Users 125811 Nov 20 2008 moduli lrwxrwxrwx 1 Administrator Users 40 Nov 21 23:11 networks -> C:\WINDOWS\system32\drivers\etc\networks -rwxr-xr--+ 1 Administrator Users 1105 Nov 22 00:11 passwd drwxrwx---+ 2 Administrator Users 0 Nov 21 23:11 postinstall drwxrwx---+ 2 Administrator Users 0 Nov 21 23:11 preremove -rwxr-x---+ 1 Administrator Users 6533 Nov 21 23:11 profile drwxrwx---+ 2 Administrator Users 0 Nov 21 23:11 profile.d lrwxrwxrwx 1 Administrator Users 40 Nov 21 23:11 protocols -> C:\WINDOWS\system32\drivers\etc\protocol -rwx------+ 1 Administrator None 3517 Nov 21 23:11 screenrc lrwxrwxrwx 1 Administrator Users 40 Nov 21 23:11 services -> C:\WINDOWS\system32\drivers\etc\services drwxrwx---+ 2 Administrator Users 0 Nov 21 23:20 setup drwxrwx---+ 2 Administrator Users 0 Nov 21 23:11 skel -rwxr-x--- 1 SYSTEM None 1480 Nov 22 00:36 ssh_config -rw------- 1 SYSTEM None 668 Nov 21 23:28 ssh_host_dsa_key -rw-r--r-- 1 SYSTEM None 612 Nov 21 23:28 ssh_host_dsa_key.pub -rw------- 1 SYSTEM None 985 Nov 21 23:28 ssh_host_key -rw-r--r-- 1 SYSTEM None 649 Nov 21 23:28 ssh_host_key.pub -rw------- 1 SYSTEM None 1675 Nov 21 23:28 ssh_host_rsa_key -rw-r--r-- 1 SYSTEM None 404 Nov 21 23:28 ssh_host_rsa_key.pub -rw-r--r-- 1 SYSTEM None 3258 Nov 22 00:13 sshd_config -rwxr-x---+ 1 Administrator Users 13717 Apr 21 2005 termcap $ cat /etc/passwd SYSTEM:*:18:544:,S-1-5-18:: LocalService:*:19:544:U-NT AUTHORITY\LocalService,S-1-5-19:: NetworkService:*:20:544:U-NT AUTHORITY\NetworkService,S-1-5-20:: Administrators:*:544:544:,S-1-5-32-544:: Administrator:unused_by_nt/2000/xp:500:544:U-FS33-100\Administrator,S-1-5-21-2862384173-3759091931-918643897-500:/home/Administrator:/bin/bash Guest:unused_by_nt/2000/xp:501:513:U-FS33-100\Guest,S-1-5-21-2862384173-3759091931-918643897-501:/home/Guest:/bin/bash HelpAssistant:unused_by_nt/2000/xp:1008:513:Remote Desktop Help Assistant Account,U-FS33-100\HelpAssistant,S-1-5-21-2862384173-3759091931-918643897-1008:/home/HelpAssistant:/bin/bash sshd:unused_by_nt/2000/xp:1009:513:sshd privsep,U-FS33-100\sshd,S-1-5-21-2862384173-3759091931-918643897-1009:/var/empty:/bin/bash SUPPORT_388945a0:unused_by_nt/2000/xp:1002:513:CN=Microsoft Corporation,L=Redmond,S=Washington,C=US,U-FS33-100\SUPPORT_388945a0,S-1-5-21-2862384173-3759091931-918643897-1002:/home/SUPPORT_388945a0:/bin/bash user1:unused_by_nt/2000/xp:1007:513:user1,U-FS33-100\user1,S-1-5-21-2862384173-3759091931-918643897-1007:/home/user1:/bin/bash $ cat /etc/group SYSTEM:S-1-5-18:544: None:S-1-5-21-2862384173-3759091931-918643897-513:513: Administrators:S-1-5-32-544:544: Backup Operators:S-1-5-32-551:551: Guests:S-1-5-32-546:546: Network Configuration Operators:S-1-5-32-556:556: Power Users:S-1-5-32-547:547: Remote Desktop Users:S-1-5-32-555:555: Replicator:S-1-5-32-552:552: Users:S-1-5-32-545:545: Debugger Users:S-1-5-21-2862384173-3759091931-918643897-1003:1003: HelpServicesGroup:S-1-5-21-2862384173-3759091931-918643897-1001:1001: Detailed service Information Service : sshd Display name : CYGWIN sshd Current State : Running Controls Accepted : Stop Command : /usr/sbin/sshd -D stdin path : /dev/null stdout path : /var/log/sshd.log stderr path : /var/log/sshd.log Environment : CYGWIN="ntsec tty" Process Type : Own Process Startup : Automatic Dependencies : tcpip Account : LocalSystem Service : autossh Current State : Stopped Command : /usr/bin/autossh -vvv -p 443 -i /cygdrive/c/cygwin/home/Administrator/.ssh/id_rsa -M 20000 -R 6666:localhost:22 mob...@192.168.1.102 AUTOSSH_NTSERVICE=YES stdin path : /dev/null stdout path : /var/log/autossh.log stderr path : /var/log/autossh.log Process Type : Own Process Startup : Automatic Account : LocalSystem Cygwin Configuration Diagnostics Current System Time: Sun Nov 22 01:01:02 2009 Windows XP Professional Ver 5.1 Build 2600 Service Pack 3 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\Program Files\Reflection c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem C:\cygwin\bin Output from C:\cygwin\bin\id.exe (nontsec) UID: 500(Administrator) GID: 544(SYSTEM) 513(None) 544(SYSTEM) 545(Users) 1003(Debugger Users) Output from C:\cygwin\bin\id.exe (ntsec) UID: 500(Administrator) GID: 544(SYSTEM) 513(None) 544(SYSTEM) 545(Users) 1003(Debugger Users) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS USER = 'Administrator' PWD = '/home/Administrator' CYGWIN = 'ntsec tty' HOME = '/home/Administrator' MAKE_MODE = 'unix' HOMEPATH = '\Documents and Settings\Administrator' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' APPDATA = 'C:\Documents and Settings\Administrator\Application Data' HOSTNAME = 'FS33-100' TERM = 'cygwin' PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 23 Stepping 6, GenuineIntel' WINDIR = 'C:\WINDOWS' OLDPWD = '/usr/bin' USERDOMAIN = 'FS33-100' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' !:: = '::\' TEMP = '/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp' DEFLOGDIR = 'C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' USERNAME = 'Administrator' PROCESSOR_LEVEL = '6' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' USERPROFILE = 'C:\Documents and Settings\Administrator' CLIENTNAME = 'Console' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\FS33-100' PROCESSOR_ARCHITECTURE = 'x86' !C: = 'C:\cygwin\bin' SHLVL = '1' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' HOMEDRIVE = 'C:' PROMPT = '$P$G' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' TMP = '/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp' SYSTEMROOT = 'C:\WINDOWS' PRINTER = 'TallyGenicom 9022 PCL 6' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '1706' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Program Files' NUMBER_OF_PROCESSORS = '2' VSEDEFLOGDIR = 'C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection' SESSIONNAME = 'Console' COMPUTERNAME = 'FS33-100' _ = '/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'C:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'C:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'C:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 76191Mb 17% CP CS UN PA FC d: cd N/A N/A e: cd N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Not Found: cpp (good!) Not Found: crontab Found: C:\cygwin\bin\find.exe Not Found: gcc Not Found: gdb Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\kill.exe Not Found: ld Found: C:\cygwin\bin\ls.exe Not Found: make Found: C:\cygwin\bin\mv.exe Not Found: patch Not Found: perl Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\ssh.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe Found: C:\cygwin\bin\test.exe Not Found: vi Not Found: vim 61k 2009/03/02 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/1 19:52 7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 1:57 1075k 2009/11/05 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 10:46 40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/2/28 19:40 42k 2009/11/21 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/11/20 22:34 42k 2009/03/12 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/3/6 4:54 24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 6:20 270k 2009/04/23 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/4/22 20:25 982k 2009/05/30 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 12:38 37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 15:50 31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/19 19:04 31k 2009/06/07 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/6/7 15:42 21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/2/28 19:38 21k 2009/11/21 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/11/20 22:33 24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/30 17:53 66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/2/28 19:50 335k 2009/11/21 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/11/20 22:44 237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/2/28 19:36 190k 2009/11/21 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/11/20 22:31 11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/2/28 19:38 11k 2009/11/21 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/11/20 22:32 181k 2008/09/07 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2008/9/6 21:36 302k 2008/09/07 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2008/9/6 21:36 7k 2008/09/07 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2008/9/6 21:36 22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/8 23:45 155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 6:20 232k 2009/11/05 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 10:46 46k 2009/11/21 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/11/20 22:31 22k 2009/03/29 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 0:09 65k 2009/03/02 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/1 18:19 1829k 2008/06/12 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2008/6/12 11:35 Cygwin DLL version info: DLL version: 1.5.25 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Thu Jun 12 19:34:46 CEST 2008 CVS tag: cr-0x5f1 Shared id: cygwin1S4 Cygwin Package Information Last downloaded files to: C:\cygwin Last downloaded files from: http://cygwin.lilengine.com/ Package Version _update-info-dir 00834-1 alternatives 1.3.30c-3 ash 20040127-4 autossh 1.4b-1 base-files 3.7-1 base-passwd 2.2-1 bash 3.2.49-22 bzip2 1.0.5-3 coreutils 6.10-2 crypt 1.1-1 csih 0.2.0-1 cygrunsrv 1.34-1 cygutils 1.3.4-1 cygwin 1.5.25-15 cygwin-doc 1.4-4 diffutils 2.8.7-1 editrights 1.01-2 findutils 4.4.0-3 gawk 3.1.6-1 gettext 0.17-4 grep 2.5.3-1 groff 1.19.2-2 gzip 1.3.12-2 less 382-1 libbz2_1 1.0.5-3 libgcc1 4.3.2-2 libiconv2 1.13-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.17-4 libncurses8 5.5-4 libncurses9 5.7-6 libpcre0 7.8-1 libpopt0 1.6.4-4 libreadline6 5.2.14-12 libwrap0 7.6-6 login 1.10-1 man 1.6e-1 minires 1.02-1 nano 2.0.9-1 openssh 5.1p1-10 openssl 0.9.8l-1 rebase 3.0-2 run 1.1.12-1 screen 4.0.3-3 sed 4.1.5-2 shutdown 1.7-1 tar 1.21-1 termcap 20050421-1 terminfo 5.7_20090228-1 terminfo0 5.5_20061104-2 texinfo 4.13-3 tzcode 2009k-1 which 2.20-1 zlib 1.2.3-3 zlib-devel 1.2.3-3 zlib0 1.2.3-3 Use -h to see help about each section
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple