mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
zero-system: fix key location, I'm a jerk
This commit is contained in:
parent
402eee838e
commit
4b6beb0ff5
1 changed files with 6 additions and 2 deletions
|
|
@ -59,8 +59,12 @@ bindkey "\eOF" end-of-line
|
|||
#bindkey "\eOc" forward-word
|
||||
|
||||
if [ "${USER}" != "root" ]; then
|
||||
#eval `keychain --eval ~/.ssh/gentoo_rsa DD11F94A`
|
||||
eval `keychain --eval ~/.ssh/gentoo_rsa`
|
||||
if [ -r "~/.ssh/gentoo_rsa" ]; then
|
||||
#eval `keychain --eval ~/.ssh/gentoo_rsa DD11F94A`
|
||||
eval `keychain --eval ~/.ssh/gentoo_rsa`
|
||||
elif [ -r "~/.ssh/id_rsa" ]; then
|
||||
eval `keychain --eval ~/.ssh/id_rsa`
|
||||
fi
|
||||
#eval `gpg-agent --daemon --enable-ssh-support`
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue