ssh agent working

This commit is contained in:
2024-07-19 19:18:52 +02:00
parent c0b27aef9c
commit 78313c89b4
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ xset s 900 &
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
gnome-keyring-daemon --start --components=secrets,pkcs11,ssh
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
dbus-update-activation-environment --all
for L in 64 ''; do
A=/usr/lib$L/seahorse/seahorse-ssh-askpass

View File

@@ -1,6 +1,6 @@
export QT_STYLE_OVERRIDE="kvantum";
export SSH_AUTH_SOCK=/run/user/1000/keyring/.ssh;
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh;
# Defaults
export TERM="kitty";