Feature #619
Don't hardcode the path to ssh private key in oneauth
Status: | Closed | Start date: | 05/06/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | CLI | |||
Target version: | - | |||
Resolution: | fixed | Pull request: |
Description
The 'oneauth' command currently hardcodes the location of the SSH private key file to $HOME/.ssh/id_rsa. This may cause difficulties for people with multiple private keys. A better solution might be to keep that path as a reasonable default, but to allow the user to override the path with something like a ONE_SSH_KEY environment variable.
History
#1 Updated by Javi Fontan about 10 years ago
- Tracker changed from Request to Feature
#2 Updated by Ruben S. Montero almost 10 years ago
- Target version deleted (
Release 2.2)
#3 Updated by Ruben S. Montero over 9 years ago
- translation missing: en.field_story_points set to 0
#4 Updated by Ruben S. Montero over 9 years ago
- translation missing: en.field_story_points deleted (
0)
#5 Updated by Ruben S. Montero over 9 years ago
- Status changed from New to Closed
- Resolution set to fixed
This has been fixed in the new oneuser command. Thanks for your feedback!