This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: CYGWIN SSH on Windows 2000


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@my.home.machine.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@exchea.csfb.com]
Sent: Tuesday, March 13, 2001 1:42 PM
To: 'cygwin@sources.redhat.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]