mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
zero-system: update zshrc to protect keychain call
This commit is contained in:
parent
7e61198b18
commit
28a73a3da8
1 changed files with 3 additions and 1 deletions
|
|
@ -140,7 +140,9 @@ if [ "${USER}" != "root" ]; then
|
|||
if [ ! -r ~/.ssh/gentoo_rsa ]; then
|
||||
printf "This system is missing your old key gentoo_rsa\n"
|
||||
fi
|
||||
eval $(keychain --eval --ignore-missing ~/.ssh/id_ed25519_sk_green ~/.ssh/id_ed25519_sk_rk_yk5cgreen ~/.ssh/id_ed25519_sk_red ~/.ssh/id_ed25519_sk_rk_yk5cred ~/.ssh/gentoo_rsa)
|
||||
if [ -x "$(command -v keychain)" ]; then
|
||||
eval $(keychain --eval --ignore-missing ~/.ssh/id_ed25519_sk_green ~/.ssh/id_ed25519_sk_rk_yk5cgreen ~/.ssh/id_ed25519_sk_red ~/.ssh/id_ed25519_sk_rk_yk5cred ~/.ssh/gentoo_rsa)
|
||||
fi
|
||||
|
||||
# https://github.com/drduh/YubiKey-Guide?tab=readme-ov-file#notes
|
||||
## This doesn't work but it should?
|
||||
|
|
|
|||
Loading…
Reference in a new issue