1749: Add information on using password-less SSH for repositories

chipx86
chipx86
chipx86
Aug. 30, 2011
It's not obvious how to configure a repository to authenticate with SSH keys (id_dsa or id_rsa) files without using password authentication.

We need to cover how to copy over a user's existing files to the web server's data/.ssh directory. We also need to cover the existence of this directory and how to work with it.

This should be a section on password-less key-based SSH auth.
david
#1 david
  • -Milestone-Release1.5
    +Milestone-Release1.5.x
chipx86
#2 chipx86
Pushing these out, since they won't happen for 1.5.x. The focus is on getting 1.6 out right now.
  • +Milestone-Release1.6
chipx86
#3 chipx86
Pushing lower-priority docs to to 1.6.x.
  • +Milestone-Release1.6.x
chipx86
#4 chipx86
Added docs on SSH key uploading and creation, and how they work with repositories.
  • +Fixed