public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* CYGWIN SSH on Windows 2000
@ 2001-03-13 10:43 D'Agostino, Tony
  0 siblings, 0 replies; 2+ messages in thread
From: D'Agostino, Tony @ 2001-03-13 10:43 UTC (permalink / raw)
  To: 'cygwin@sources.redhat.com'

To whom it may concern,

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 ???


Can you help ?


Many thanks


Tony D'Agostino


This message is for the named person's use only.  It may contain 
confidential, proprietary or legally privileged information.  No 
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender.  You must not, directly or indirectly, use, disclose, distribute, 
print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.  Any
views expressed in this message are those of the individual sender, except
where the message states otherwise and the sender is authorised to state 
them to be the views of any such entity.
Unless otherwise stated, any pricing information given in this message is 
indicative only, is subject to change and does not constitute an offer to 
deal at any price quoted.
Any reference to the terms of executed transactions should be treated as 
preliminary only and subject to our formal written confirmation.





--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: CYGWIN SSH on Windows 2000
@ 2001-03-13 10:56 Habermann, David (DA)
  0 siblings, 0 replies; 2+ messages in thread
From: Habermann, David (DA) @ 2001-03-13 10:56 UTC (permalink / raw)
  To: 'cygwin@sources.redhat.com'

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-13 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-13 10:43 CYGWIN SSH on Windows 2000 D'Agostino, Tony
2001-03-13 10:56 Habermann, David (DA)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).