Keychain now uses the KDE wallet GUI insteead of the terminal when

asking for passphrase which is (hopefully) more secure, with a timeout
of 1 minute (after the timeout, it'll stop blocking, causing every open
terminal to open it's own prompt popup which is annoying, might increase
this if I still regularly hit the limit)
This commit is contained in:
2025-06-18 12:44:16 +03:00
parent e9f59c3900
commit 9112078b25

3
.zshrc
View File

@@ -107,7 +107,8 @@ esac
# pnpm end
# Start ssh-agent if not running
eval $(keychain --quiet --eval ~/.ssh/id_ed25519)
export SSH_ASKPASS_REQUIRE="prefer"
eval $(keychain --quiet --quick --lockwait 60 --eval ~/.ssh/id_ed25519)
MARKER_FILE="/run/user/$(id -u)/autorun_once_marker"
if [ ! -f "$MARKER_FILE" ]; then