public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* SSH key reinit
  2000-12-30  6:08 SSH key reinit Mo DeJong
@ 2000-10-18 14:41 ` Mo DeJong
  2000-12-30  6:08 ` Jeffrey A Law
  1 sibling, 0 replies; 12+ messages in thread
From: Mo DeJong @ 2000-10-18 14:41 UTC (permalink / raw)
  To: overseers

If I wanted to get my ssh key reset on sourceware
so that I can check a patch into the itcl module,
would I just send the public key in?

thanks much
Mo DeJong
Red Hat Inc

(Here it is, btw)

1024 35 149189526074975604778843490712791225669628233203344694556270770378370003967310291133671231434499517217415422881493145127218369724195999927609087939956190108345739580106464154082926285416303851311571484514368330448659671804997224673519145259144728554461827468187713226662576795494700448580650193200599049315343 mo@modrick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08 ` Jeffrey A Law
@ 2000-10-18 20:04   ` Jeffrey A Law
  2000-12-30  6:08   ` Mo DeJong
  1 sibling, 0 replies; 12+ messages in thread
From: Jeffrey A Law @ 2000-10-18 20:04 UTC (permalink / raw)
  To: Mo DeJong; +Cc: overseers

  In message < Pine.SOL.3.91.1001018143808.16582B-100000@cse.cygnus.com >you writ
e:
  > If I wanted to get my ssh key reset on sourceware
  > so that I can check a patch into the itcl module,
  > would I just send the public key in?
Yup.  I've installed it.  Do you want me to zap your old key?

jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08   ` Mo DeJong
@ 2000-10-18 20:31     ` Mo DeJong
  2000-12-30  6:08     ` Christopher Faylor
  2000-12-30  6:08     ` Jeffrey A Law
  2 siblings, 0 replies; 12+ messages in thread
From: Mo DeJong @ 2000-10-18 20:31 UTC (permalink / raw)
  To: overseers

On Wed, 18 Oct 2000, Jeffrey A Law wrote:

>   In message < Pine.SOL.3.91.1001018143808.16582B-100000@cse.cygnus.com >you writ
> e:
>   > If I wanted to get my ssh key reset on sourceware
>   > so that I can check a patch into the itcl module,
>   > would I just send the public key in?
>
> Yup.  I've installed it.  Do you want me to zap your old key?
> 
> jeff
 
Yes please.

I tested it out with the new key, but something seems
to be wrong with my permissions.

% cvs commit ChangeLog itcl/generic/itcl_objects.c 
cvs [server aborted]: "commit" requires write access to the repository

This worked before, could the change of ssh keys have something
to do with this?

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08     ` Jeffrey A Law
@ 2000-10-18 20:41       ` Jeffrey A Law
  0 siblings, 0 replies; 12+ messages in thread
From: Jeffrey A Law @ 2000-10-18 20:41 UTC (permalink / raw)
  To: Mo DeJong; +Cc: overseers

  In message < Pine.SOL.3.91.1001018202239.18466D-100000@cse.cygnus.com >you writ
e:
  > I tested it out with the new key, but something seems
  > to be wrong with my permissions.
  > 
  > % cvs commit ChangeLog itcl/generic/itcl_objects.c 
  > cvs [server aborted]: "commit" requires write access to the repository
  > 
  > This worked before, could the change of ssh keys have something
  > to do with this?
It shouldn't have anything to do with the key change.  Permissions are
strictly unix group stuff.

What repository are you trying to check in a change to?  ie, src, gcc,
sourcenav, etc etc.

jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08     ` Christopher Faylor
@ 2000-10-18 20:42       ` Christopher Faylor
  2000-12-30  6:08       ` Mo DeJong
  1 sibling, 0 replies; 12+ messages in thread
From: Christopher Faylor @ 2000-10-18 20:42 UTC (permalink / raw)
  To: Mo DeJong; +Cc: overseers

On Wed, Oct 18, 2000 at 08:31:28PM -0700, Mo DeJong wrote:
>On Wed, 18 Oct 2000, Jeffrey A Law wrote:
>
>>   In message < Pine.SOL.3.91.1001018143808.16582B-100000@cse.cygnus.com >you writ
>> e:
>>   > If I wanted to get my ssh key reset on sourceware
>>   > so that I can check a patch into the itcl module,
>>   > would I just send the public key in?
>>
>> Yup.  I've installed it.  Do you want me to zap your old key?
>> 
>> jeff
> 
>Yes please.
>
>I tested it out with the new key, but something seems
>to be wrong with my permissions.
>
>% cvs commit ChangeLog itcl/generic/itcl_objects.c 
>cvs [server aborted]: "commit" requires write access to the repository
>
>This worked before, could the change of ssh keys have something
>to do with this?

You do seem to have the write group access on sourceware.  Are you sure that
you are using SSH to access the repository and not anoncvs or something?

cgf

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08       ` Mo DeJong
@ 2000-10-18 21:33         ` Mo DeJong
  0 siblings, 0 replies; 12+ messages in thread
From: Mo DeJong @ 2000-10-18 21:33 UTC (permalink / raw)
  To: overseers

On Wed, 18 Oct 2000, Christopher Faylor wrote:

...

> >Yes please.
> >
> >I tested it out with the new key, but something seems
> >to be wrong with my permissions.
> >
> >% cvs commit ChangeLog itcl/generic/itcl_objects.c 
> >cvs [server aborted]: "commit" requires write access to the repository
> >
> >This worked before, could the change of ssh keys have something
> >to do with this?
> 
> You do seem to have the write group access on sourceware.  Are you sure that
> you are using SSH to access the repository and not anoncvs or something?
> 
> cgf

Doh! I had checked src out as anonymous via pserver. It works now.

thanks
Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08     ` Christopher Faylor
  2000-10-18 20:42       ` Christopher Faylor
@ 2000-12-30  6:08       ` Mo DeJong
  2000-10-18 21:33         ` Mo DeJong
  1 sibling, 1 reply; 12+ messages in thread
From: Mo DeJong @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

On Wed, 18 Oct 2000, Christopher Faylor wrote:

...

> >Yes please.
> >
> >I tested it out with the new key, but something seems
> >to be wrong with my permissions.
> >
> >% cvs commit ChangeLog itcl/generic/itcl_objects.c 
> >cvs [server aborted]: "commit" requires write access to the repository
> >
> >This worked before, could the change of ssh keys have something
> >to do with this?
> 
> You do seem to have the write group access on sourceware.  Are you sure that
> you are using SSH to access the repository and not anoncvs or something?
> 
> cgf

Doh! I had checked src out as anonymous via pserver. It works now.

thanks
Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08   ` Mo DeJong
  2000-10-18 20:31     ` Mo DeJong
  2000-12-30  6:08     ` Christopher Faylor
@ 2000-12-30  6:08     ` Jeffrey A Law
  2000-10-18 20:41       ` Jeffrey A Law
  2 siblings, 1 reply; 12+ messages in thread
From: Jeffrey A Law @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Mo DeJong; +Cc: overseers

  In message < Pine.SOL.3.91.1001018202239.18466D-100000@cse.cygnus.com >you writ
e:
  > I tested it out with the new key, but something seems
  > to be wrong with my permissions.
  > 
  > % cvs commit ChangeLog itcl/generic/itcl_objects.c 
  > cvs [server aborted]: "commit" requires write access to the repository
  > 
  > This worked before, could the change of ssh keys have something
  > to do with this?
It shouldn't have anything to do with the key change.  Permissions are
strictly unix group stuff.

What repository are you trying to check in a change to?  ie, src, gcc,
sourcenav, etc etc.

jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08   ` Mo DeJong
  2000-10-18 20:31     ` Mo DeJong
@ 2000-12-30  6:08     ` Christopher Faylor
  2000-10-18 20:42       ` Christopher Faylor
  2000-12-30  6:08       ` Mo DeJong
  2000-12-30  6:08     ` Jeffrey A Law
  2 siblings, 2 replies; 12+ messages in thread
From: Christopher Faylor @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Mo DeJong; +Cc: overseers

On Wed, Oct 18, 2000 at 08:31:28PM -0700, Mo DeJong wrote:
>On Wed, 18 Oct 2000, Jeffrey A Law wrote:
>
>>   In message < Pine.SOL.3.91.1001018143808.16582B-100000@cse.cygnus.com >you writ
>> e:
>>   > If I wanted to get my ssh key reset on sourceware
>>   > so that I can check a patch into the itcl module,
>>   > would I just send the public key in?
>>
>> Yup.  I've installed it.  Do you want me to zap your old key?
>> 
>> jeff
> 
>Yes please.
>
>I tested it out with the new key, but something seems
>to be wrong with my permissions.
>
>% cvs commit ChangeLog itcl/generic/itcl_objects.c 
>cvs [server aborted]: "commit" requires write access to the repository
>
>This worked before, could the change of ssh keys have something
>to do with this?

You do seem to have the write group access on sourceware.  Are you sure that
you are using SSH to access the repository and not anoncvs or something?

cgf

^ permalink raw reply	[flat|nested] 12+ messages in thread

* SSH key reinit
@ 2000-12-30  6:08 Mo DeJong
  2000-10-18 14:41 ` Mo DeJong
  2000-12-30  6:08 ` Jeffrey A Law
  0 siblings, 2 replies; 12+ messages in thread
From: Mo DeJong @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

If I wanted to get my ssh key reset on sourceware
so that I can check a patch into the itcl module,
would I just send the public key in?

thanks much
Mo DeJong
Red Hat Inc

(Here it is, btw)

1024 35 149189526074975604778843490712791225669628233203344694556270770378370003967310291133671231434499517217415422881493145127218369724195999927609087939956190108345739580106464154082926285416303851311571484514368330448659671804997224673519145259144728554461827468187713226662576795494700448580650193200599049315343 mo@modrick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08 SSH key reinit Mo DeJong
  2000-10-18 14:41 ` Mo DeJong
@ 2000-12-30  6:08 ` Jeffrey A Law
  2000-10-18 20:04   ` Jeffrey A Law
  2000-12-30  6:08   ` Mo DeJong
  1 sibling, 2 replies; 12+ messages in thread
From: Jeffrey A Law @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Mo DeJong; +Cc: overseers

  In message < Pine.SOL.3.91.1001018143808.16582B-100000@cse.cygnus.com >you writ
e:
  > If I wanted to get my ssh key reset on sourceware
  > so that I can check a patch into the itcl module,
  > would I just send the public key in?
Yup.  I've installed it.  Do you want me to zap your old key?

jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: SSH key reinit
  2000-12-30  6:08 ` Jeffrey A Law
  2000-10-18 20:04   ` Jeffrey A Law
@ 2000-12-30  6:08   ` Mo DeJong
  2000-10-18 20:31     ` Mo DeJong
                       ` (2 more replies)
  1 sibling, 3 replies; 12+ messages in thread
From: Mo DeJong @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

On Wed, 18 Oct 2000, Jeffrey A Law wrote:

>   In message < Pine.SOL.3.91.1001018143808.16582B-100000@cse.cygnus.com >you writ
> e:
>   > If I wanted to get my ssh key reset on sourceware
>   > so that I can check a patch into the itcl module,
>   > would I just send the public key in?
>
> Yup.  I've installed it.  Do you want me to zap your old key?
> 
> jeff
 
Yes please.

I tested it out with the new key, but something seems
to be wrong with my permissions.

% cvs commit ChangeLog itcl/generic/itcl_objects.c 
cvs [server aborted]: "commit" requires write access to the repository

This worked before, could the change of ssh keys have something
to do with this?

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2000-12-30  6:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-30  6:08 SSH key reinit Mo DeJong
2000-10-18 14:41 ` Mo DeJong
2000-12-30  6:08 ` Jeffrey A Law
2000-10-18 20:04   ` Jeffrey A Law
2000-12-30  6:08   ` Mo DeJong
2000-10-18 20:31     ` Mo DeJong
2000-12-30  6:08     ` Christopher Faylor
2000-10-18 20:42       ` Christopher Faylor
2000-12-30  6:08       ` Mo DeJong
2000-10-18 21:33         ` Mo DeJong
2000-12-30  6:08     ` Jeffrey A Law
2000-10-18 20:41       ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).