search for: mebhat

Displaying 3 results from an estimated 3 matches for "mebhat".

2015 Apr 13
11
[Bug 2377] New: Add ssh-agent support to ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=2377 Bug ID: 2377 Summary: Add ssh-agent support to ssh-keygen Product: Portable OpenSSH Version: 6.9p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at
2015 Jul 30
9
[Bug 2436] New: Add ssh option to present certificates on command line
...command line Product: Portable OpenSSH Version: 6.9p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: mebhat at akamai.com Created attachment 2679 --> https://bugzilla.mindrot.org/attachment.cgi?id=2679&action=edit [PATCH] Add ssh -z option to present certificates on command line Currently, it is difficult for users to manage having multiple certificates for a single key pair. One of the easies...
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
Allow users to specify certificates to be used for authentication on the command line with the '-z' argument when running ssh. For successful authentication, the key pair associated with the certificate must also be presented during the ssh. Certificates may also be specified in ssh_config as a CertificateFile. This option is meant the address the issue mentioned in the following