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

Interrupting the creation of a new key will break the creation of that key afterwards #23

Closed
vabatta opened this issue Aug 27, 2018 · 2 comments

Comments

@vabatta
Copy link

vabatta commented Aug 27, 2018

Steps to reproduce the problem:

$> skm c my-key
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase): _
<CTRL+C to interrupt process>
$>
$> skm c my-key
Create SSH key failed!
$>

I would expect to be able to create the key again afterward.

@vabatta vabatta changed the title Interrupting the creation of a new key will broke the creation of that key afterwards Interrupting the creation of a new key will break the creation of that key afterwards Aug 27, 2018
@TimothyYe
Copy link
Owner

@vabatta Thanks, I will try to reproduce it.

TimothyYe added a commit that referenced this issue Aug 28, 2018
@TimothyYe
Copy link
Owner

TimothyYe commented Aug 28, 2018

@vabatta Thanks, this issue is already fixed, please download the latest version V0.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants