TimothyYe / skm

A simple and powerful SSH keys manager
https://timothyye.github.io/skm
MIT License
954 stars 54 forks source link

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

Closed vabatta closed 6 years ago

vabatta commented 6 years ago

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.

TimothyYe commented 6 years ago

@vabatta Thanks, I will try to reproduce it.

TimothyYe commented 6 years ago

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