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: From: "Habermann, David (DA)" To: "'cygwin AT sources DOT redhat DOT com'" Subject: RE: CYGWIN SSH on Windows 2000 Date: Tue, 13 Mar 2001 13:53:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Tony: Yes, you can. If you have done a standard Cygwin implementation, then you can use a batch file something like this: @echo off SET MAKE_MODE=unix SET PATH=C:\cygwin\bin;C:\cygwin\usr\local\bin;%PATH% C: chdir \cygwin\bin ssh -v habermann AT my DOT home DOT machine DOT com exit The SET PATH line defines the locations within which DLLs files will be searched for. When you do it this way, then all files still will work from their originally defined locations within the Cygwin system (keys in /etc, config files in /etc, personal stuff in /home/username/.ssh, etc. Dave -----Original Message----- From: D'Agostino, Tony [mailto:tdagosti AT exchea DOT csfb DOT com] Sent: Tuesday, March 13, 2001 1:42 PM To: 'cygwin AT sources DOT redhat DOT com' Subject: CYGWIN SSH on Windows 2000 I'm currently trying to test OpenSSH from a Windows 2000 to Unix Solaris 8. My question is is it possiable to run the SSH.exe (with the relevant dll's) from the win32 command box ?. Where does the public key go ??? -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple