Displaying 10 results from an estimated 10 matches for "gpg_agent_info".
2011 Aug 21
2
help with gpg
....tgz
and this worked fine.
On CentOS 6 running the same command prompts me for the passphrase.
Thats exactly what I dont want to have happen. I have the pass phrase I
want in the file.
After some searching it says I need to start the daemon like "gpg-agent
--daemon"
take the output:
GPG_AGENT_INFO=/tmp/gpg-x4WH7K/S.gpg-agent:19156:1; export GPG_AGENT_INFO;
and use it - which I did.
Then when I run my command above I still get prompted for the pass phrase.
What am I not doing correct?
I just want a simple phrase on a file that someone has to know before they
can extract it. Nothing specia...
2017 Feb 15
5
[Bug 2677] New: Provide a way to set an environment variable from ssh_config
...sing
with PATH required). Being able to expand environment variables and use
expansions like in the Match directive would be nice, but even a fixed
string would go a long way.
E.g.:
=== Begin .ssh/config ===
Host *.localdomain
SetEnv EMACS_SOCKET=/home/sascha/.emacs.d/server/server.%l
SetEnv GPG_AGENT_INFO=/home/sascha/.gnupg/S.gpg-agent.%l:1:1
Host myserver.localdomain
RemoteForward
/home/sascha/.emacs.d/server/server.mydesktop:/tmp/emacs8193/server
RemoteForward
/home/sascha/.gnupg/S.gpg-agent.mydesktop:/home/sascha/.gnupg/S.gpg-agent
=== End .ssh/config ===
(As you can see, environment var...
2014 Nov 07
4
[Bug 2308] New: Forwarded Unix domain sockets not removed on logout
...ring-wpPOO8/gpg-fwd:/run/user/1000/keyring-wpPOO8/gpg
127.0.0.1
Then within the SSH session, tested access to
/run/user/1000/keyring-wpPOO8/gpg-fwd, and verified it connects to
/run/user/1000/keyring-wpPOO8/gpg on the client. In my case
/run/user/1000/keyring-wpPOO8/gpg was actually the path from
$GPG_AGENT_INFO, although I don't think that matters.
When I disconnect the ssh session, the path
/run/user/1000/keyring-wpPOO8/gpg-fwd is not deleted. lsof doesn't show
any processes with the file open. When I re-execute the same ssh
command above, the domain socket forwarding fails, with the following
s...
2006 Apr 25
1
Another undefined pri_restart failure
...PSERVER=news
INFODIR=/usr/local/info:/usr/share/info:/usr/info
MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man
KDE_MULTIHEAD=false
SSH_AGENT_PID=6720
HOSTNAME=ScottSuSE
DM_CONTROL=/var/run/xdmctl
GNOME2_PATH=/usr/local:/opt/gnome:/usr
XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
GPG_AGENT_INFO=/tmp/gpg-NIZ0pv/S.gpg-agent:17362:1
HOST=ScottSuSE
TERM=xterm
SHELL=/bin/bash
PROFILEREAD=true
HISTSIZE=1000
XDM_MANAGED=/var/run/xdmctl/xdmctl-:1,maysd,mayfn,sched,rsvd,method=classic
GTK2_RC_FILES=/etc/opt/gnome/gtk-2.0/gtkrc:/opt/gnome/share/themes//Qt/gtk-2.0/gtkrc:/root/.gtkrc-2.0-qtengine:/ro...
2015 Feb 13
1
Getting strange message in terminal
...;
declare -x GDM_LANG="en_US.utf8"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_KEYRING_CONTROL="/run/user/1000/keyring-oPxj9T"
declare -x GNOME_KEYRING_PID="2515"
declare -x GNOME_SHELL_SESSION_MODE="classic"
declare -x GPG_AGENT_INFO="/run/user/1000/keyring-oPxj9T/gpg:0:1"
declare -x GV_DIR="/usr/local/gaussian/gv"
declare -x HARDWARE_PLATFORM="x86_64"
declare -x HISTCONTROL="ignoredups"
declare -x HISTSIZE="1000"
declare -x HOME="/home/rahman"
declare -x HOSTNAME=&quo...
2017 Jan 08
3
OpenSSH Hangs After Successful Authentication
...acket_set_tos: set IP_TOS 0x10
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 1
debug1: Sending environment.
debug3: Ignored env XDG_VTNR
debug3: Ignored env SSH_AGENT_PID
debug3: Ignored env XDG_SESSION_ID
debug3: Ignored env XDG_GREETER_DATA_DIR
debug3: Ignored env GPG_AGENT_INFO
debug3: Ignored env GLADE_PIXMAP_PATH
debug3: Ignored env TERM
debug3: Ignored env SHELL
debug3: Ignored env XDG_MENU_PREFIX
debug3: Ignored env WINDOWID
debug3: Ignored env USER
debug3: Ignored env LS_COLORS
debug3: Ignored env XDG_SESSION_PATH
debug3: Ignored env GLADE_MODULE_PATH
debug3: Ignored...
2011 Jul 28
1
intermittent problems obtaining shell with gssapi-with-mic
...ug2: channel 0: request pty-req confirm 1
debug1: Sending environment.
debug3: Ignored env MKLROOT
debug3: Ignored env MANPATH
debug3: Ignored env ORBIT_SOCKETDIR
debug3: Ignored env HOSTNAME
debug3: Ignored env IMSETTINGS_INTEGRATE_DESKTOP
debug3: Ignored env INTEL_LICENSE_FILE
debug3: Ignored env GPG_AGENT_INFO
debug3: Ignored env SHELL
debug3: Ignored env TERM
debug3: Ignored env HISTSIZE
debug3: Ignored env XDG_SESSION_COOKIE
debug3: Ignored env LIBRARY_PATH
debug3: Ignored env GTK_RC_FILES
debug3: Ignored env WINDOWID
debug3: Ignored env FPATH
debug3: Ignored env QTDIR
debug3: Ignored env QTINC
debug3:...
2017 Apr 27
2
R installation problems on Linux Mint 18.1 via jessie-cran3
...*
*# program, users may still have to manually decide to install gnupg-agent.*
*use-agent*
*# which tries to use the agent but will fallback to the regular mode*
*# if there is a problem connecting to the agent. The normal way to*
*# locate the agent is by looking at the environment variable*
*# GPG_AGENT_INFO which should have been set during gpg-agent startup.*
*# In certain situations the use of this variable is not possible, thus*
*# the option*
*# *
*# --gpg-agent-info=<path>:<pid>:1*
*#*
*# may be used to override it.*
*# Automatic key location*
*#*
*# GnuPG can automatically locate an...
2017 Apr 27
0
R installation problems on Linux Mint 18.1 via jessie-cran3
...e to manually decide to install gnupg-agent.*
>
> *use-agent*
>
> *# which tries to use the agent but will fallback to the regular mode*
> *# if there is a problem connecting to the agent. The normal way to*
> *# locate the agent is by looking at the environment variable*
> *# GPG_AGENT_INFO which should have been set during gpg-agent startup.*
> *# In certain situations the use of this variable is not possible, thus*
> *# the option*
> *# *
> *# --gpg-agent-info=<path>:<pid>:1*
> *#*
> *# may be used to override it.*
>
> *# Automatic key location*
&...
2015 May 23
2
X11 forwarding not working.
Hi!
I'm having a difficult time getting X11 forwarding to work.
Since I've read the docs completely about this, this must be an SSH bug
which is likely because I'm using Gentoo as the SSH server.
When trying to forward X11 connections, I get
X11 connection rejected because of wrong authentication.
kwrite: cannot connect to X server XXXXXXXXX:10.0
Using command
ssh -Y -p 1111 -4