Accepting request 255040 from network
1 OBS-URL: https://build.opensuse.org/request/show/255040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=100
This commit is contained in:
commit
c1b4a427de
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 10:12:40 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
- Ensure that ssh can use the ssh support of the gpg-agent (boo#899647)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 21 15:58:09 UTC 2014 - p.drouand@gmail.com
|
Mon Jul 21 15:58:09 UTC 2014 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -24,6 +24,13 @@ if [ -z "$SESSION" ] ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$SSH_AUTH_SOCK" ] ; then
|
||||||
|
# Ensure that ssh can use the ssh support of the gpg-agent
|
||||||
|
case "$SSH_AUTH_SOCK" in
|
||||||
|
*/S.gpg-agent.ssh) gpg-connect-agent /bye < /dev/null ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
GNOME_SSH_ASKPASS="@LIBEXECDIR@/ssh/gnome-ssh-askpass"
|
GNOME_SSH_ASKPASS="@LIBEXECDIR@/ssh/gnome-ssh-askpass"
|
||||||
KDE_SSH_ASKPASS="@LIBEXECDIR@/ssh/ksshaskpass"
|
KDE_SSH_ASKPASS="@LIBEXECDIR@/ssh/ksshaskpass"
|
||||||
X11_SSH_ASKPASS="@LIBEXECDIR@/ssh/x11-ssh-askpass"
|
X11_SSH_ASKPASS="@LIBEXECDIR@/ssh/x11-ssh-askpass"
|
||||||
|
Loading…
Reference in New Issue
Block a user