Skm Versions Save

A simple and powerful SSH keys manager

V0.5.2

6 years ago

This is a hotfix for creating SSH key issue.

V0.5.1

6 years ago

Now you can display SSH public key by specific alias name:

% skm display prod

V0.5

6 years ago

Display SSH keys for command skm ls.

  • Related issue: #12
  • Related pull requests: #19 #20

V0.4

6 years ago

Add prompt UI for skm use command, please refer to: https://github.com/TimothyYe/skm#prompt-ui-for-key-selection

V0.3.4

6 years ago

Edit and place a executable file named hook at the specified key directory, for example:

~/.skm/prod/hook

This hook file can be both an executable binary file or an executable script file. SKM will call this hook file after switching default SSH key to it, you can do some stuff in this hook file.

V0.3.3

6 years ago

Now you can copy SSH public key to a remote host using "copy" command

V0.3.2

6 years ago

Fix issue #5 - Empty skm directory causing skm init to fail

V0.3.1

6 years ago
  • With bugs fixed
  • Optimize code struct

V0.3

6 years ago

Add rename command, support to rename SSH key alias name to a new one.

V0.2.1

6 years ago