Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158854 Details for
Bug 247616
gnupg2: gpg-agent autostart, ssh support (RFE)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
gpg-agent autostart for X
gpg-agent.sh (text/plain), 620 bytes, created by
Giuseppe Paterno
on 2007-07-10 13:18:29 UTC
(
hide
)
Description:
gpg-agent autostart for X
Filename:
MIME Type:
Creator:
Giuseppe Paterno
Created:
2007-07-10 13:18:29 UTC
Size:
620 bytes
patch
obsolete
>#!/bin/sh ># ># This script starts the GPG agent for the user ># ># Copyright (C) 2007 Giuseppe Paterno' (gpaterno@gpaterno.com) ># All rights reserved. ># ># This copyrighted material is made available to anyone wishing to use, ># modify, copy, or redistribute it subject to the terms and conditions ># of the GNU General Public License version 2. ># > >if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null; then > GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info` > export GPG_AGENT_INFO >else > eval `gpg-agent --daemon --enable-ssh-support` > echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 247616
: 158854 |
324469
|
324470