You are not logged in.

#1 2011-08-12 16:11:43

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

xfce4 and key management [SOLVED]

I switched over to xfce4 as my main DE now and am experiencing a few quirks.  I'm using a few gnome packages including some oddities with ssh key management.  Can someone offer an explaination why I can't have my key's password remembered upon logging in?  Under gnome, this option was available but under xfce4 it is grey-ed out.

locked.jpg

Last edited by graysky (2011-08-13 14:35:11)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2011-08-13 14:34:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: xfce4 and key management [SOLVED]

Solution is here: https://wiki.archlinux.org/index.php/Ne … fter_login

In /etc/pam.d/slim (or your corresponding daemon in /etc/pam.d), add these lines at the end of the "auth" and "session" blocks if they do not exist already:

 auth            optional        pam_gnome_keyring.so
 session         optional        pam_gnome_keyring.so  auto_start

In /etc/pam.d/passwd, use this line for the 'password' block:

 password    optional    pam_gnome_keyring.so

Also make sure that gnome-keyring is installed and that "Launch GNOME services on startup" is ticked if using xfce4.

Last edited by graysky (2011-08-13 14:59:41)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB