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:
3
.zshrc
3
.zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user