Displaying 18 results from an estimated 18 matches for "ncio".
Did you mean:
cio
2015 Sep 18
4
[RFE] Multiple ssh-agent support
...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...
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 i...
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
...functional
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/...
2018 Sep 18
2
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
...and/Logo seem to indicate that we're
> not supposed to use the logo without the wordmark, but we do that all
> the time, even on official swag. What's the official ruling, and who can
> we go to for further clarification?
>
> --Rich
>
> On 6/19/18 7:29 AM, Fabiano Fid?ncio wrote:
>> 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 distr...
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
2018 Sep 18
4
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
On 09/18/2018 11:03 AM, Fabiano Fid?ncio wrote:
> My understanding is that we can use all the CentOS marks provided here[0].
> However, those unfortunately are not looking good enough on Boxes and
> we'd like to use, if possible, just the logo as in here[1]
>
> Would that be possible? As far as I could understand that...
2018 Jun 19
2
Authorization to use CentOS logo in GNOME Boxes
...dy 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]: https://wiki.gnome.org/Apps/Boxes
[1]: https://gitlab.gnome.org/GNOME/gnome-boxes/raw/master/README.logos
Best Regards,
--
Fabiano Fid?ncio
2018 Oct 31
1
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
...ly?
Does it mean that a logo, as the one done for docker, will be prepared
for Boxes usage meanwhile or that we'll have to solve the guidelines
issues as the first thing?
Thanks a lot for helping us here!
>
> Best regards,
>
> - Karsten
>
> On 10/16/2018 07:10 AM, Fabiano Fid?ncio wrote:
> > People,
> >
> > On Wed, 2018-09-19 at 09:28 -0700, Karsten Wade wrote:
> >> On 09/19/2018 03:35 AM, Pablo Sebasti?n Greco wrote:
> >>> From someone who doesn't know anything about design/legal, what is
> >>> the
> >>> dif...
2008 Mar 10
2
Share permissions
Hello all,
I have a SAMBA share called "share_a" and it is working fine (below is a
snapshot of it):
[share_a]
path = /shares/share_a
browseable = no
valid users = @group_a @group_b @group_c
write list = @group_a @group_b
read list = @group_c
create mode = 777
directory mode = 777
Inside this share there's a lot of sub-folders.
The problem is: How can I give to one of these
2018 Sep 18
0
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
...that we're
>> not supposed to use the logo without the wordmark, but we do that all
>> the time, even on official swag. What's the official ruling, and who can
>> we go to for further clarification?
>>
>> --Rich
>>
>> On 6/19/18 7:29 AM, Fabiano Fid?ncio wrote:
>>> 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...
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 similar to "ssh -A guest&...
2018 Sep 18
0
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
...tps://wiki.centos.org/ArtWork/Brand/Logo seem to indicate that we're
not supposed to use the logo without the wordmark, but we do that all
the time, even on official swag. What's the official ruling, and who can
we go to for further clarification?
--Rich
On 6/19/18 7:29 AM, Fabiano Fid?ncio wrote:
> 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 c...
2018 Sep 19
0
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
El 18/9/18 a las 20:07, Karsten Wade escribi?:
> On 09/18/2018 11:03 AM, Fabiano Fid?ncio wrote:
>> My understanding is that we can use all the CentOS marks provided here[0].
>> However, those unfortunately are not looking good enough on Boxes and
>> we'd like to use, if possible, just the logo as in here[1]
>>
>> Would that be possible? As far as I cou...
2018 Oct 31
0
[CentOS-devel] Authorization to use CentOS logo in GNOME Boxes
...ission 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.
I am still pursuing resolving this within the guidelines, that will take
more time.
Best regards,
- Karsten
On 10/16/2018 07:10 AM, Fabiano Fid?ncio wrote:
> People,
>
> On Wed, 2018-09-19 at 09:28 -0700, Karsten Wade wrote:
>> On 09/19/2018 03:35 AM, Pablo Sebasti?n Greco wrote:
>>> From someone who doesn't know anything about design/legal, what is
>>> the
>>> difference between this instance and...
2009 Mar 06
1
Thousand separator on axis
Is there an easy way to add a thousand separator mark on the axis of a
plot? The best solution I've found so far is the following:
y <- seq(0, 100000, 10000)
plot(y, yaxt = "n", ylab = "")
axis(2, at = y, labels = formatC(y, big.mark = " ", format = "d"), las=2)
But that seems like quite a hassle to do every time around. Is there a way
to get the
2016 Feb 24
3
search problem dovecot 2.2.21 + fts - Solr
...he Changelog dovecot noticed que NAS versions Previous v2.2.20
and v2.2.19 certain changes with respect to fts .
There Have Another way to Make Search for Exact Word In this new version to
loft?
--
Anderson Barbosa dos Santos
Em todo o universo, nada existe de mais parecido com Deus que o sil?ncio.
"Johanes Eckhart"
2003 Nov 27
14
WINS
...ecause this i can't find my linux machine from windows machines.
How can i configure my samba server to register the first interface (eth0) in WINS?
Thanks for any help.
Jorge M?rio Fonseca Pinto
Analista de Suporte S?nior
CTA- Continental Tobaccos Alliance S/A
Ven?ncio Aires - RS
, jorgepinto@cta.com.br
( (0xx51) 3741.2126 r 2081 - (051) 9648.0307