Displaying 10 results from an estimated 10 matches for "fidencio".
2015 Oct 13
6
[Bug 2480] New: Support a list of sockets on SSH_AUTH_SOCK
...Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-agent
Assignee: unassigned-bugs at mindrot.org
Reporter: fabiano at fidencio.org
Created attachment 2727
--> https://bugzilla.mindrot.org/attachment.cgi?id=2727&action=edit
Support a list of sockets on SSH_AUTH_SOCK
The idea behind this change is to add support for different
"ssh-agents"
being able to run at the same time. It does not change the current...
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
...al
one. An example of the new supported syntax is:
SSH_AUTH_SOCK=/run/user/1000/spice/ssh:/tmp/ssh-hHomdONwQus6/agent.6907
The idea has been discussed a little in this e-mail thread:
http://lists.mindrot.org/pipermail/openssh-unix-dev/2015-September/034381.html
Signed-off-by: Fabiano Fid?ncio <fidencio at redhat.com>
---
Changes since v1:
- Fix a typo in the commit (SSH_AUTH_SOCKET -> SSH_AUTH_SOCK)
---
authfd.c | 40 ++++++++++++++++++++++++++++------------
1 file changed, 28 insertions(+), 12 deletions(-)
diff --git a/authfd.c b/authfd.c
index 12bf125..20fcba2 100644
--- a/authfd.c
+++...
2016 Jan 15
3
wolfSSL meet/greet with OpenSSH Devs at FOSDEM
Hello OpenSSH,
wolfSSL will be at FOSDEM 2016 in Brussels on the 30th and 31st of January.
We are interested in getting together in person with any developers from
OpenSSH to talk about the recent port of wolfSSL to OpenSSH.
Please contact us at info at wolfssl.com if you are interested in setting up a
meeting.
Thank you all for your time.
Best Regards,
wolfSSL
2015 Sep 18
4
[RFE] Multiple ssh-agent support
...-A guest", but
integrated with the desktop environment.
As a proof of concept I wrote a standalone ssh-agent that _unlink_ the
current running agent in the guest machine and creates its socket in
the same path used by the old agent. It works as you can see in these
small demo videos:
https://fidencio.fedorapeople.org/ssh-agent-forward/
Now where the problem starts: doing this would break the desktop
integration with its running ssh-agent.
A few possible solutions for this would involve a way to support more
than one agent, talking to both (the local one and the spice one),
merging then their...
2018 Sep 19
0
Delivery Status Notification (Delay)
...email-adr formal give good here hexstringurl h=
owev https law legal link links media month number-text order post project =
provided questions quoted quoted-dub re ready regards thanks trademark trad=
emarks understand understanding wordmark
X-Domain-list: centos.org steadfastdns.net steadfast.net fidencio.org googl=
e.com digitalocean.com
X-Sender-Host-Address: 208.100.23.70
X-Sender-Host-Name: mail.centos.org
Errors-to: <>
Return-Path:
X-Key-ID: Y3VydGlza3dvbmcxMDFAZ21haWwuY29tIGZ3ZC03MzdycnlzbWh2YWh5ZDRhbTRzd=
mFqZGZxYnFjY2trbGFlZWZhbTJiYXlhbnFhdXFhd2FhNTNyYW15YWV5YWZtZWVxYWFpYT1Ab3Bh=
eXEuY...
2018 Sep 18
0
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
Karsten,
On Tue, Sep 18, 2018 at 7:45 PM, Karsten Wade <kwade at redhat.com> wrote:
> Thanks Rich for drawing this forward, I had missed it. (I generally
> handle all the trademark usage queries.)
>
> The key reference is this one, the trademark guidelines:
>
> https://www.centos.org/legal/trademarks/
>
> That document should give the GNOME project all of the
2018 Jun 19
2
Authorization to use CentOS logo in GNOME Boxes
People,
Firstly, sorry for the cross-list post (centos-devel and centos-docs).
I'd like to reach you in order to ask for a formal authorization to
use CentOS logo on GNOME Boxes[0]. GNOME Boxes already shows a few
other distro's logos as you can check here[1].
Would be possible to get the explicit confirmation that we could use
CentOS logo as well?
[0]:
2018 Oct 31
1
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
Karsten,
On Wed, Oct 31, 2018 at 10:06 PM Karsten Wade <kwade at redhat.com> wrote:
>
> Hi all,
>
> There is now a draft permission letter working it's way through the
> CentOS Board. It is intended to cover permission for just the GNOME
> Project's use with GNOME Boxes.
This is *really* good news!
>
> I am still pursuing resolving this within the
2015 Sep 19
2
[RFE] Multiple ssh-agent support
On Fri, Sep 18, 2015 at 7:07 PM, Peter Stuge <peter at stuge.se> wrote:
> Fabiano Fid?ncio wrote:
>> A few possible solutions for this would involve a way to support more
>> than one agent, talking to both (the local one and the spice one),
>> merging then their responses and returning it to any application who
>> sent the request. Note that would be really nice if
2015 Sep 19
2
[RFE] Multiple ssh-agent support
On Fri, Sep 18, 2015 at 10:58 PM, ?ngel Gonz?lez <keisial at gmail.com> wrote:
> On 18/09/15 15:47, Fabiano Fid?ncio wrote:
>>
>> Howdy!
>>
>> I've been working on a prototype that allows to do ssh-agent forward
>> between a guest, using SPICE, and a spice client
>> (remote-viewer/virt-viewer/spicy)
>> The whole idea is to have something