Re: How to use ssh.exe from Windows XP?

2006-02-09 Thread Andrew DeFaria
Tawfik, Sameh E wrote: Puttygen Run puttygen.exe to convert the "id_dsa" file to a putty format. This is because the private key file format is not specified by some standard body. To do this open "puttygen" and open the "conversions" menu and chose "Import Key" file. Then browse to the "id_d

RE: How to use ssh.exe from Windows XP?

2006-02-08 Thread Tawfik, Sameh E
Here are the steps to accomplish this task: From a LINUX HOST SERVER 1. From your home folder, run the following command: ssh-keygen -t dsa -b 1024 -N '' <-- two apostrophe's there This will create two files as follow: * ~/.ssh/id_dsa * ~/.ssh/id_dsa.pub

Re: How to use ssh.exe from Windows XP?

2006-02-03 Thread David JH
Tawfik, Sameh E fairisaac.com> writes: > All I need is just the simple sequenced instructions on how to use > C:\cygwin\bin\ssh.exe from Windows XP to login to a Linux server without > being prompted with a password? > > I know it can be done, but it's frustrating to just find the needed > step

How to use ssh.exe from Windows XP?

2006-02-03 Thread Tawfik, Sameh E
Hi, I installed Cygwin on my Windows XP with SP2. C:\>ssh.exe -version OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005 I searched the mailing archives and browsed through the user guide, but did not find what I was looking for. All I need is just the simple sequenced instructions on how to use C:\cy