search for: ssh_agent

Displaying 7 results from an estimated 7 matches for "ssh_agent".

2005 Jul 27
3
reference counting in ssh-agent?
Hi, In a machine that I regularly use one console and remotely I have the line: eval `ssh-agent` In my .login, as per the ssh-agent(1) man page. Problem: when I log out, the ssh-agent process persists which is the correct behavior in some cases, but not in others. This means that periodically I have to kill off hundreds of ssh-agent processes as they are taking up a substantial amount of my
2013 Mar 28
2
a-gnome-oyences
Most of my users are on kde, as am I (I really don't like gnome). I've got one on gnome, though, CentOS 6.4, and I have a problem: I have to start an agent running ->on login<-, so that the same one is in the environment of every term window he opens. In kde, no problem, I modify /etc/X11/xinit/xinitrc-common so that code in there calls our (newer) ssh-agent instead of the stock one.
2005 Jul 31
1
Gnome Logouts -- are very slow or they hang -- 2nd post
...about 4-5 minutes it will usually logout, although I have had it hang a couple of times (never logs out). When I do an ALT-TAB-F1, and log in as 'root', I can see the following processes still hanging around after Gnome finally does logout: /usr/libexec/gam_server /usr/bin/ssh_agent -s For every log in session I try, there is a copy of the 'ssh_agent' still hanging around after Gnome finally logs out. Could this be what's causing the problem? KDE logins will also cause these two programs to hang aroud, but it will usually logout in a timely fashion. Any help w...
2006 Feb 01
0
Announce: OpenSSH 4.3 released
...L and -R should mention -g. #1077 - Descriptions for "ssh -D" and DynamicForward should mention they can specify "bind_address" optionally. #1088 - Incorrect descriptions in ssh_config man page for ControlMaster=no. #1121 - Several corrections for ssh_agent manpages * Lots of cleanups, including fixes to memory leaks on error paths (Bugzilla #1109, #1110, #1111 and more) and possible crashes (#1092) * Portable OpenSSH-specific fixes: - Pass random seed during re-exec for each connection: speeds up processing of new connections on platf...
2006 Feb 01
0
Announce: OpenSSH 4.3 released
...L and -R should mention -g. #1077 - Descriptions for "ssh -D" and DynamicForward should mention they can specify "bind_address" optionally. #1088 - Incorrect descriptions in ssh_config man page for ControlMaster=no. #1121 - Several corrections for ssh_agent manpages * Lots of cleanups, including fixes to memory leaks on error paths (Bugzilla #1109, #1110, #1111 and more) and possible crashes (#1092) * Portable OpenSSH-specific fixes: - Pass random seed during re-exec for each connection: speeds up processing of new connections on platf...
2003 Feb 24
9
[Bug 500] show how to start-up ssh-agent by default...
http://bugzilla.mindrot.org/show_bug.cgi?id=500 ------- Additional Comments From djm at mindrot.org 2003-02-24 12:43 ------- I think that: [ -z "$SSH_AUTH_SOCK" ] && eval `ssh-agent -s` [ -z "$SSH_AGENT_PID" ] || ssh-add -l >/dev/null 2>&1 || ssh-add Is as effective and a lot more concise. On the other hand, fragile heuristics like: > export SSH_AUTH_SOCK=`ls /tmp/ssh-*/agent.$SSH_AUTH_PID` have no place in our documentation. ------- You are receiving this mail because: -...
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
...on is sent to stderr. +.It Fl z Ar certificate_file +Selects a file from which certificate information is loaded for public +key authentication. For the certificate to be signed, the private key +corresponding to +.Ar certificate_file +must also be provided for authentication, whether through +.Xr ssh_agent 1 . +or through an +.Ar identity_file +specified on the command line or in configuration files. +Certificate files may also be specified on a per-host basis in +the configuration file. It is possible to have multiple +.Fl z +options (and multiple certificates specified in +configuration files). .E...