New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[linux-agent] Remove gnome-keyring dependency and drop-in files #2710

Open
ptitdoc opened this Issue Mar 16, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@ptitdoc

ptitdoc commented Mar 16, 2017

Qubes OS version (e.g., R3.2):

R3.2

Affected TemplateVMs (e.g., fedora-23, if applicable):

All


Expected behavior:

  • Cleanup files that are not used anymore in linux-agent
  • Document default installed ssh agent in template, and usage in QubesOS (could be superseeded by split-ssh in the future ?)

Actual behavior:

Gnome keyring is installed in all templates as a dependency of linux-agent and files related to gnome-keyring are installed (drop-ins).

General notes:

See dicussion in #2351

Related issues:

#2351
#1962

@ptitdoc

This comment has been minimized.

Show comment
Hide comment
@ptitdoc

ptitdoc Mar 16, 2017

Concerning the documentation, if gnome-keyring is installed and automatically started, the easiest thing to make it working is to create the file /etc/profile.d/ssh-agent.sh:
export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh

ptitdoc commented Mar 16, 2017

Concerning the documentation, if gnome-keyring is installed and automatically started, the easiest thing to make it working is to create the file /etc/profile.d/ssh-agent.sh:
export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment