Parts related to SSH public key authentication that need some improvement
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Server Guide |
Fix Released
|
Undecided
|
Ian Nicholson |
Bug Description
I have a couple of remarks related to SSH public key authentication, which seem to be overlapping, so I won't open separate reports on these:
1. SSH keys chapter ( https:/
2. Did I just write consistently? :-) That's because the current situation is not exactly consistent, see chapter about Gitolite config ( https:/
3. By the way: what if the reader skipped the SSH keys chapter entirely (not interested), and read forward to the git chapters, which presume that she already configured public key authentication, so there's a ~/.ssh/id_rsa.pub file in existence to be copied? There should be a sentence about prerequisites in the gitolite chapter, preferably with a link reference back to the SSH keys chapter.
4. The SSH keys chapter correctly describes how to configure SSH authentication and it also works if I primarily use the ssh CLI tool to log in to the server, which is great. But as I see, a big chunk of the world uses PuTTY for SSH connections, which, for some reason, won't be able to use the key pair generated by ssh-keygen for public key authentication. This can be fixed of course (google: ubuntu putty unable to use key file openssh ssh2 private key), but why not give a hint or two to the reader?
Related branches
- Doug Smythies: Approve
-
Diff: 35 lines (+5/-4)2 files modifiedserverguide/C/remote-administration.xml (+4/-4)
serverguide/C/vcs.xml (+1/-0)
summary: |
- Parts+ related to SSH public key authentication that need some + Parts related to SSH public key authentication that need some improvement |
Changed in serverguide: | |
status: | New → In Progress |
assignee: | nobody → Ian Nicholson (imnichol) |
Changed in serverguide: | |
status: | In Progress → Fix Committed |
Changed in serverguide: | |
status: | Fix Committed → Fix Released |
Good news: I've got a fix.
Bad news: bzr is a royal pain and I don't know how to get it linked to this bug.