Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Key #91

Closed
carloscabanero opened this issue Aug 16, 2016 · 3 comments
Closed

Default Key #91

carloscabanero opened this issue Aug 16, 2016 · 3 comments
Labels
feature Feature requested by users icebox

Comments

@carloscabanero
Copy link
Member

Per #79 and #36, it is difficult to understand the default key behavior. Currently, the user is required to create a key with the name "id_rsa", that the ssh convention establishes is marked as default and hence is the one always passed to the ssh client to try authentication. This process is unclear in the Blink case as keys are not inside a file system.

The proposal is to create by default, the first time the app is launched, an id_rsa without intervention of the user. This key will be marked as "default", and might be shown as such in the interface. The user is free to remove it and to create a new one with that naming. We can also offer the option to select multiple "default" keys that will always be tried when trying to log in to a server.

@carloscabanero carloscabanero added feature Feature requested by users icebox labels Aug 16, 2016
@goerz
Copy link

goerz commented Aug 17, 2016

Just out of curiosity, what meaning do you assign to the 'icebox' label?

@carloscabanero
Copy link
Member Author

Sorry, I was planning to drop this somewhere but didn't have time today. Icebox should be anything that needs some research or clarity before sending to development. 

On Tue, Aug 16, 2016 at 9:50 PM -0400, "Michael Goerz" notifications@github.com wrote:

Just out of curiosity, what meaning do you assign to the 'icebox' label?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@carloscabanero
Copy link
Member Author

Done long ago :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requested by users icebox
Projects
None yet
Development

No branches or pull requests

2 participants