Changelog History
-
v0.8.1 Changes
May 17, 2020โช Convert the relative path to the absolute to fix the restore issue.
-
v0.8 Changes
September 10, 2019A customized SSh key store path can be defined in your
.bashrc
or.zshrc
Refer to: https://github.com/TimothyYe/skm#customized-ssh-key-store-path
-
v0.7 Changes
January 15, 2019๐ Support to cache your SSH key via SSH agent.
-
v0.6 Changes
October 19, 2018๐ Support restic backup and restore.
-
v0.5.3 Changes
August 28, 2018๐ Fix the issue while interrupting the creation of a new key will break the creation of that key afterward.
Refer to issue #23 -
v0.5.2 Changes
February 23, 2018๐ This is a hotfix for creating SSH key issue.
-
v0.5.1 Changes
February 22, 2018Now you can display SSH public key by specific alias name:
% skm display prod
-
v0.5 Changes
February 16, 2018 -
v0.4 Changes
December 13, 2017โ Add prompt UI for
skm use
command, please refer to: https://github.com/TimothyYe/skm#prompt-ui-for-key-selection -
v0.3.4 Changes
December 06, 2017Edit 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.
0๏ธโฃ SKM will call this hook file after switching default SSH key to it, you can do some stuff in this hook file.