Displaying 20 results from an estimated 100000 matches similar to: "[Bug 500] show how to start-up ssh-agent by default..."
2003 Feb 19
0
[Bug 500] New: show how to start-up ssh-agent by default...
http://bugzilla.mindrot.org/show_bug.cgi?id=500
Summary: show how to start-up ssh-agent by default...
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
URL: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component:
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 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 Apr 04
0
[Bug 496] add a user-friendly timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496
hauser at acm.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|add a timeout function to |add a user-friendly timeout
|ssh-agent |function to ssh-agent
------- Additional Comments From hauser
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 17
0
[Bug 496] New: add a timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496
Summary: add a timeout function to ssh-agent
Product: Portable OpenSSH
Version: older versions
Platform: All
URL: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component:
2003 Feb 19
1
[Bug 498] make ssh default identity configuration more user-friendly in cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=498
hauser at acm.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Summary|ssh default identity broken?|make ssh default identity
|
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 Jan 30
0
[Bug 480] New: extend the -l or -L option to mention the ssh-agent's pid
http://bugzilla.mindrot.org/show_bug.cgi?id=480
Summary: extend the -l or -L option to mention the ssh-agent's
pid
Product: Portable OpenSSH
Version: older versions
Platform: All
URL: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add
OS/Version: All
Status: NEW
Severity: enhancement
2003 Feb 18
0
[Bug 498] New: ssh default identity broken?
http://bugzilla.mindrot.org/show_bug.cgi?id=498
Summary: ssh default identity broken?
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
URL: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2003 Mar 10
1
[Bug 506] have ssh-agent and ssh-add also support gnupg
http://bugzilla.mindrot.org/show_bug.cgi?id=506
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2003-03-10 11:24
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 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 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 Jan 30
0
[Bug 479] New: 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
Summary: add description how to run a ssh tunnel without a full
shell on the remote site
Product: Portable OpenSSH
Version: older versions
Platform: All
URL: http://www.openssh.org/manual.html
OS/Version: All
Status: NEW
Severity: enhancement
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
2003 Nov 23
5
[Bug 763] Add Null packet keepalive option
http://bugzilla.mindrot.org/show_bug.cgi?id=763
Summary: Add Null packet keepalive option
Product: Portable OpenSSH
Version: 3.7p1
Platform: All
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=98460103932386&w=2
OS/Version: All
Status: NEW
Severity: enhancement
2016 Oct 04
8
[Bug 2621] New: ControlMaster started by scp (non-ssh?) doesn't forward agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2621
Bug ID: 2621
Summary: ControlMaster started by scp (non-ssh?) doesn't
forward agent
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
2003 Jan 30
0
[Bug 478] New: add search function to website
http://bugzilla.mindrot.org/show_bug.cgi?id=478
Summary: add search function to website
Product: Portable OpenSSH
Version: older versions
Platform: All
URL: http://ant.apache.org
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Documentation
AssignedTo:
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.