Mail Archives: cygwin/2001/03/13/14:00:43
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
- Raw text -