* Re: Question about SSH protocol for developper access
[not found] <24370.3848952011$1446029041@news.gmane.org>
@ 2015-10-28 10:54 ` Andreas Schwab
2015-10-28 11:39 ` Pierre Muller
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2015-10-28 10:54 UTC (permalink / raw)
To: Pierre Muller; +Cc: 'GDB Development'
"Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr> writes:
> what are the reasons why GNU still insists on only using version 1 keys?
Does it? Are you sure you have installed a version 2 key on sourceware?
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Question about SSH protocol for developper access
2015-10-28 10:54 ` Question about SSH protocol for developper access Andreas Schwab
@ 2015-10-28 11:39 ` Pierre Muller
2015-10-28 11:46 ` Andreas Schwab
2015-10-28 11:50 ` Andreas Schwab
0 siblings, 2 replies; 6+ messages in thread
From: Pierre Muller @ 2015-10-28 11:39 UTC (permalink / raw)
To: 'Andreas Schwab'; +Cc: 'GDB Development'
> -----Message d'origine-----
> De : gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] De la
> part de Andreas Schwab
> Envoyé : mercredi 28 octobre 2015 11:55
> À : Pierre Muller
> Cc : 'GDB Development'
> Objet : Re: Question about SSH protocol for developper access
>
> "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr> writes:
>
> > what are the reasons why GNU still insists on only using version 1
> keys?
>
> Does it? Are you sure you have installed a version 2 key on
> sourceware?
I always thought that shell access was not authorized on sourceware.org
machine...
And indeed:
$ ssh muller@sourceware.org
Enter passphrase for RSA key '/home/Pierre/.ssh/identity':
Last login: Wed Oct 28 11:23:17 2015 from gw-ics.u-strasbg.fr
Connection to sourceware.org closed.
scp also fails, so I have no idea how I could add another key by myself.
Pierre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Question about SSH protocol for developper access
2015-10-28 11:39 ` Pierre Muller
@ 2015-10-28 11:46 ` Andreas Schwab
2015-10-28 11:50 ` Andreas Schwab
1 sibling, 0 replies; 6+ messages in thread
From: Andreas Schwab @ 2015-10-28 11:46 UTC (permalink / raw)
To: Pierre Muller; +Cc: 'GDB Development'
"Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr> writes:
> scp also fails, so I have no idea how I could add another key by myself.
http://sourceware.org/ml/overseers/2015-q4/msg00018.html
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Question about SSH protocol for developper access
2015-10-28 11:39 ` Pierre Muller
2015-10-28 11:46 ` Andreas Schwab
@ 2015-10-28 11:50 ` Andreas Schwab
1 sibling, 0 replies; 6+ messages in thread
From: Andreas Schwab @ 2015-10-28 11:50 UTC (permalink / raw)
To: Pierre Muller; +Cc: 'GDB Development'
The commands for account management are available here:
http://www.sourceware.org/sourceware/accountinfo.html
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Question about SSH protocol for developper access
2015-10-28 10:43 Pierre Muller
@ 2015-10-28 15:35 ` Paul_Koning
0 siblings, 0 replies; 6+ messages in thread
From: Paul_Koning @ 2015-10-28 15:35 UTC (permalink / raw)
To: pierre.muller; +Cc: gdb
> On Oct 28, 2015, at 6:43 AM, Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> wrote:
>
>
> I am not sure this is the correct mailing list for this question,
> but I was wondering if it would not be better to allow now also SSH version
> 2 keys
> for remote write access to Gnu repositories.
>
> The reason for me to ask is simply that protocol 1 is now disabled by
> default on Cygwin installation.
> This means that ssh-agent, which I normally use to avoid having to type my
> password
> each time I access git repository for instance, does not work for my
> SSH-version 1 key anymore.
>
> I suppose that this has to do with the fact that version 1 is less
> "secure" than version 2.
> what are the reasons why GNU still insists on only using version 1 keys?
I don't believe that it does. I have an SSH 2 key registered with the GNU servers, not a V1 key. Maybe all you need to do is submit your SSH V2 key.
A related question is whether the GNU servers should disable SSH V1 across the board. It seems like a good idea to do so.
paul
^ permalink raw reply [flat|nested] 6+ messages in thread
* Question about SSH protocol for developper access
@ 2015-10-28 10:43 Pierre Muller
2015-10-28 15:35 ` Paul_Koning
0 siblings, 1 reply; 6+ messages in thread
From: Pierre Muller @ 2015-10-28 10:43 UTC (permalink / raw)
To: 'GDB Development'
I am not sure this is the correct mailing list for this question,
but I was wondering if it would not be better to allow now also SSH version
2 keys
for remote write access to Gnu repositories.
The reason for me to ask is simply that protocol 1 is now disabled by
default on Cygwin installation.
This means that ssh-agent, which I normally use to avoid having to type my
password
each time I access git repository for instance, does not work for my
SSH-version 1 key anymore
I suppose that this has to do with the fact that version 1 is less
secure than version 2.
what are the reasons why GNU still insists on only using version 1 keys?
If someone can tell me where would be a better place to ask this question,
it would also be great,
and I would be happy to move the topic to another list.
Pierre Muller
as pascal language maintainer of GDB
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-10-28 15:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <24370.3848952011$1446029041@news.gmane.org>
2015-10-28 10:54 ` Question about SSH protocol for developper access Andreas Schwab
2015-10-28 11:39 ` Pierre Muller
2015-10-28 11:46 ` Andreas Schwab
2015-10-28 11:50 ` Andreas Schwab
2015-10-28 10:43 Pierre Muller
2015-10-28 15:35 ` Paul_Koning
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox