RPM/deb should Configure OpenSSH to use rundeck.id_rsa
Reported by Moses Lei | July 8th, 2011 @ 02:53 PM
Our RPM and deb packaging runs ssh-keygen to generate a key on install, but does not configure OpenSSH to use it. This is very confusing for debugging when trying to ssh from the rundeck user to remote hosts (people have to understand or remember to use: ssh -i ~/.ssh/rundeck.id_rsa )
We should also include a ~/.ssh/config set to 600 with:
IdentityFile ~/.ssh/rundeck.id_rsa
So that running "ssh" from the rundeck user works as if you're executing from RunDeck.
Comments and changes to this ticket
-
Alex-SF July 8th, 2011 @ 03:41 PM
- Tag set to packaging
-
Deleted User July 8th, 2011 @ 04:08 PM
What about setting the key to id_rsa instead. If the id_rsa is already present, I'll skip the generation part. This should suffice for user who want/need to provision the rundeck user ahead of time.
-
Greg Schueler July 15th, 2011 @ 11:08 AM
- Milestone cleared.
-
Greg Schueler April 26th, 2012 @ 04:35 PM
- State changed from new to duplicate
- Assigned user set to Greg Schueler
mark as dupe of #517
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Tags
Referenced by
- 517 default ssh key for projects doesn't match rpm install's rundeck user ssh key See also #287, #377 (could fix those at the same time as ...
- 517 default ssh key for projects doesn't match rpm install's rundeck user ssh key +1 just change it to id_rsa as it simplifies #377 and thi...