Add new id support

This commit is contained in:
gardouille 2019-02-18 15:54:37 +01:00
parent 235f9110a0
commit 0bb4f5a1b7
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 0 deletions

5
zlogin
View File

@ -82,6 +82,11 @@ if [ -f $HOME/.ssh/id_rsa ]; then
. $HOME/.keychain/$HOST-sh
fi
if [ -f $HOME/.ssh/id_ed25519 ]; then
keychain --agents ssh id_ed25519
. $HOME/.keychain/$HOST-sh
fi
# GPG Agent
if [ -f $HOME/.gnupg/secring.gpg ]; then
# Keychain