Displaying 20 results from an estimated 10000 matches similar to: "[Bug 506] have ssh-agent and ssh-add also support gnupg"
2003 Mar 08
0
[Bug 506] New: have ssh-agent and ssh-add also support gnupg
http://bugzilla.mindrot.org/show_bug.cgi?id=506
Summary: have ssh-agent and ssh-add also support gnupg
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh-agent
AssignedTo: openssh-unix-dev at mindrot.org
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
2003 Feb 18
7
[Bug 496] add a timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496
------- Additional Comments From markus at openbsd.org 2003-02-19 01:15 -------
that's not too hard with the current code, and you could
use the 'passwd' lock feature for something similar:
specify timeout x and enter passwd on agent startup.
after x seconds of activity the agent will 'autolock'.
use ssh-add -X to unlock
2003 Mar 31
1
[Bug 496] add a timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496
------- Additional Comments From hauser at acm.org 2003-03-31 16:56 -------
Created an attachment (id=266)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=266&action=view)
Readme.txt
for the japanese win-ssh-agent.exe/win-ssh-askpass.exe proofread by Nayuta
------- You are receiving this mail because: -------
You are the assignee
2003 Feb 01
5
[Bug 480] extend the -l or -L option to mention the ssh-agent's pid
http://bugzilla.mindrot.org/show_bug.cgi?id=480
------- Additional Comments From markus at openbsd.org 2003-02-02 00:11 -------
this does not belong to the -L or -l option
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Mar 31
4
[Bug 525] ad a "cygwin-port" product or component to this bugzilla
http://bugzilla.mindrot.org/show_bug.cgi?id=525
Summary: ad a "cygwin-port" product or component to this bugzilla
Product: Portable OpenSSH
Version: older versions
Platform: All
URL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=831
09
OS/Version: All
Status: NEW
Severity:
2003 Feb 01
5
[Bug 481] Extend man page with documentation
http://bugzilla.mindrot.org/show_bug.cgi?id=481
------- Additional Comments From markus at openbsd.org 2003-02-02 00:11 -------
do you have a patch for the manpage?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Jan 30
4
[Bug 479] add description how to run a ssh tunnel without a full shell on the remote site
http://bugzilla.mindrot.org/show_bug.cgi?id=479
------- Additional Comments From hauser at acm.org 2003-01-31 02:59 -------
Created an attachment (id=213)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=213&action=view)
scvs - a perl script
Server-side installation steps as per steiner at acm.org:
(1) create one (UNIX) login account with zzh as its login shell.
(2) install the
2003 Feb 19
2
[Bug 498] ssh default identity broken?
http://bugzilla.mindrot.org/show_bug.cgi?id=498
------- Additional Comments From vinschen at redhat.com 2003-02-19 18:49 -------
Apparently you didn't read /usr/doc/Cygwin/openssh-3.5p1.README.
Run ssh-host-config to create the host configuration files and keys
and run ssh-user-config to create your personal keys in ~/.ssh.
------- You are receiving this mail because: -------
You are
2002 Jan 18
1
[Bug 71] configure is looking for zlib but I don't have one and I can't turn zlib off.
http://bugzilla.mindrot.org/show_bug.cgi?id=71
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2002-01-18 11:46
2006 Mar 05
2
[Bug 421] NAT of UDP connections w/ same source and destination port periodically fails
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=421
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From
2003 May 04
1
Bugzilla bugs: close ones waiting for feedback >3 months?
Hi All,
I've been going through the bug queue and there's a number that have been
waiting for reporter feedback for a long time (in one case 7+ months).
Would anyone consider it unduly harsh if I took an axe to the queue and
closed any bugs (ie the unconfirmed or WORKSFORME type) that have been
waiting for reporter feedback for more than, say, 3 months? (Unless
there's a documented
2007 Jun 12
3
[Bug 1282] Log which key used for authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=1282
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
CC|
2006 Jun 14
2
data set size question
Hi there,
I'm very new to R and am only in the beginning stages of investigating
it for possible use. A document by John Maindonald at the r-project
website entitled "Using R for Data Analysis and Graphics: Introduction,
Code and Commentary" contains the following paragraph, "The R system may
struggle to handle very large data sets. Depending on available computer
memory, the
2005 Feb 27
6
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|NEW |RESOLVED
Resolution| |WORKSFORME
-------
2003 Nov 01
2
version number bump missed
In release/Makefile, the "BASE" variable still reads 4.8
Cheers, Kent
2003 Jan 03
0
[Bug 434] ssh-add doesn't always add all identities to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=434
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2003-01-03 15:06
2010 Apr 26
0
[Bug 1288] ssh-add on Cygwin -- can't access ssh-agent socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1288
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution|
2006 May 20
3
[Bug 477] ip_conntrack_ftp.o: unresolved symbol ip_conntrack
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=477
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution|
2006 Dec 23
1
[Bug 526] REDIRECT --to 3128 Doesn't redirect correctly
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=526
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution|