LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ssh-add key for windows (https://www.linuxquestions.org/questions/linux-networking-3/ssh-add-key-for-windows-265545/)

hamish 12-12-2004 09:41 AM

ssh-add key for windows
 
hello.

is there a way of adding an ssh key in a windows machine? I'm trying to do rsync over ssh on my windows machine, but i keep having to put my password in. I have installed cwrsync, which as SSH built it, meaning I can use the windows dos screen.

I can successfully ssh in without password by creating a private key and telling ssh where to find it:

C:\cwrsync>ssh -i /cwrsync/ssh/id_dsa hamish@10.0.0.2

however, I really need to be able to rsync with ssh and tell rsync where tolook for the id_dsa file. Howeve,r I can't find anyway to do that.

Does anyone know? In my linux desktop, one adds the ssh key to the memory and then it works.

Thanks in advance.
Hamish

steelhead79 01-10-2005 02:16 PM

Where you ever able to find a way to add the ssh key to your Windows machine?

I am trying to do the same thing and haven't been able to find a way to do this?

hamish 01-12-2005 02:34 AM

Hey, I can help.

I bundled together a load of software and spoofed the Process which allows the key to be held.

If you can tell me which version of windows are you running, then I'll give you more details and send the programme over. It would be good if you could help, as I want to test it a bit more.

My email is h.e.robertson@sms.ed.ac.uk if you want to email me. What is your email?

Regards, and I look forward to hearing from you.

Hamish

ugge 01-13-2005 03:00 PM

ssh-add is a part of the ssh agent, which give you the function you request.
Try to find a ssh agent to windows.
This link might help you of in th eright direction.
http://www.mkssoftware.com/docs/man1/secsh-agent.1.asp

scowles 01-13-2005 07:43 PM

Putty has an ssh-add equivelent. So does F-Secure's ssh client ($$$). There are probably a few more, but thats all I can think of at this time.


All times are GMT -5. The time now is 07:11 AM.