DarcsWindowsConfiguration: Difference between revisions
From Cibernética Americana
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
I found the [http://darcs.net/DarcsWiki/WindowsConfiguration Windows Configuration] page insufficient for getting started in a straightforward way using darcs over ssh from Windows peers to a FC4 repository host. | |||
[http://gentoo-wiki.com/SECURITY_SSH_without_a_password This Gentoo oriented page] was essential in the resolution. | |||
In summary here are the steps which I found led to succesful passwordless login: | |||
<ol> | |||
<li> Run ssh-keygen to create dsa file. | |||
<li> Move public key file to DOS and convert using puttygen | |||
<li> Move files as directed in second page above in target Unix server account | |||
<li> Load converted file into pageant. | |||
</ol> | |||
<br> | |||
At this point ssh user@hostname logs in without prompting for password, and intended darc interoperability will work. Besides above I think the only thing I did was enable the mentioned options in sshd_config (did before started working with second page above). |
Latest revision as of 20:26, 27 September 2006
I found the Windows Configuration page insufficient for getting started in a straightforward way using darcs over ssh from Windows peers to a FC4 repository host.
This Gentoo oriented page was essential in the resolution.
In summary here are the steps which I found led to succesful passwordless login:
- Run ssh-keygen to create dsa file.
- Move public key file to DOS and convert using puttygen
- Move files as directed in second page above in target Unix server account
- Load converted file into pageant.
At this point ssh user@hostname logs in without prompting for password, and intended darc interoperability will work. Besides above I think the only thing I did was enable the mentioned options in sshd_config (did before started working with second page above).