ssh-add-all support non rsa keys

This commit is contained in:
ViViDboarder 2021-10-25 09:18:38 -07:00
parent a55167bddb
commit 162d5f8b5d
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ function __maybe_ssh_add
end
function ssh-add-all
__maybe_ssh_add $HOME/.ssh/id_rsa_*
__maybe_ssh_add $HOME/.ssh/id_*
end