public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* how do I update my key et.al.
@ 2008-07-25 13:55 Andrew Cagney
  2008-07-25 14:04 ` Dave Korn
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2008-07-25 13:55 UTC (permalink / raw)
  To: overseers

(I know someone was adding it to a project specific page, but) Can I 
suggest putting the information on sourceware.org's home page?  Then 
projects can just link to that for current best practice.

(Oh, and how do I run those scripts when you've got full ssh access :-)

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

* RE: how do I update my key et.al.
  2008-07-25 13:55 how do I update my key et.al Andrew Cagney
@ 2008-07-25 14:04 ` Dave Korn
  2008-07-25 14:45   ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Korn @ 2008-07-25 14:04 UTC (permalink / raw)
  To: 'Andrew Cagney', overseers

Andrew Cagney wrote on 25 July 2008 14:55:

> (Oh, and how do I run those scripts when you've got full ssh access :-)

Look at /etc/passwd and it seems the script is located at:

/sourceware/infra/bin/rash


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

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

* Re: how do I update my key et.al.
  2008-07-25 14:04 ` Dave Korn
@ 2008-07-25 14:45   ` Christopher Faylor
  2008-07-25 15:01     ` Dave Korn
  2008-07-25 15:08     ` Daniel Jacobowitz
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher Faylor @ 2008-07-25 14:45 UTC (permalink / raw)
  To: overseers, 'Andrew Cagney', Dave Korn

On Fri, Jul 25, 2008 at 03:03:57PM +0100, Dave Korn wrote:
>Andrew Cagney wrote on 25 July 2008 14:55:
>
>> (Oh, and how do I run those scripts when you've got full ssh access :-)
>
>Look at /etc/passwd and it seems the script is located at:
>
>/sourceware/infra/bin/rash

Er, yeah, that's the login shell for people who don't have full access.
If you have full access you don't need that script.  The instructions
you need for updating ssh information would be in the ssh man pages.

The script isn't intended to be run by people who can login.

cgf

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

* RE: how do I update my key et.al.
  2008-07-25 14:45   ` Christopher Faylor
@ 2008-07-25 15:01     ` Dave Korn
  2008-07-25 15:08     ` Daniel Jacobowitz
  1 sibling, 0 replies; 6+ messages in thread
From: Dave Korn @ 2008-07-25 15:01 UTC (permalink / raw)
  To: 'Christopher Faylor', overseers, 'Andrew Cagney'

Christopher Faylor wrote on 25 July 2008 15:45:

> The script isn't intended to be run by people who can login.
> 
> cgf


  But reading the source may prove instructive  :)


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

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

* Re: how do I update my key et.al.
  2008-07-25 14:45   ` Christopher Faylor
  2008-07-25 15:01     ` Dave Korn
@ 2008-07-25 15:08     ` Daniel Jacobowitz
  2008-07-25 15:49       ` Christopher Faylor
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Jacobowitz @ 2008-07-25 15:08 UTC (permalink / raw)
  To: overseers; +Cc: 'Andrew Cagney', Dave Korn

On Fri, Jul 25, 2008 at 10:45:10AM -0400, Christopher Faylor wrote:
> On Fri, Jul 25, 2008 at 03:03:57PM +0100, Dave Korn wrote:
> >Andrew Cagney wrote on 25 July 2008 14:55:
> >
> >> (Oh, and how do I run those scripts when you've got full ssh access :-)
> >
> >Look at /etc/passwd and it seems the script is located at:
> >
> >/sourceware/infra/bin/rash
> 
> Er, yeah, that's the login shell for people who don't have full access.
> If you have full access you don't need that script.  The instructions
> you need for updating ssh information would be in the ssh man pages.
> 
> The script isn't intended to be run by people who can login.

It'd be nice to know what e.g. the mail forwarding command
corresponded to though, if someone's writing documentation.

-- 
Daniel Jacobowitz
CodeSourcery

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

* Re: how do I update my key et.al.
  2008-07-25 15:08     ` Daniel Jacobowitz
@ 2008-07-25 15:49       ` Christopher Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2008-07-25 15:49 UTC (permalink / raw)
  To: overseers

On Fri, Jul 25, 2008 at 11:07:50AM -0400, Daniel Jacobowitz wrote:
>On Fri, Jul 25, 2008 at 10:45:10AM -0400, Christopher Faylor wrote:
>>On Fri, Jul 25, 2008 at 03:03:57PM +0100, Dave Korn wrote:
>>>Andrew Cagney wrote on 25 July 2008 14:55:
>>>
>>>>(Oh, and how do I run those scripts when you've got full ssh access :-)
>>>
>>>Look at /etc/passwd and it seems the script is located at:
>>>
>>>/sourceware/infra/bin/rash
>>
>>Er, yeah, that's the login shell for people who don't have full access.
>>If you have full access you don't need that script.  The instructions
>>you need for updating ssh information would be in the ssh man pages.
>>
>>The script isn't intended to be run by people who can login.
>
>It'd be nice to know what e.g.  the mail forwarding command
>corresponded to though, if someone's writing documentation.

Knowing the sourceware.org uses qmail, typing "qmail forwarding" in
google leads to a very good hit.  Also "man qmail" should bring you
there fairly quickly.

Actually, "man forward" gets you to the right spot very quickly.

If someone wants to write instructions for a shell user then I guess I
can't really object but I don't really think this is something that
deserves a lot of attention.  This is a technical site so it seems like
shell access should be providing you with all of the documentation you
need.

If you need to come here to ask where the web documentation is for a
login user then it seems like you've already skipped an important piece
of information.

cgf

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

end of thread, other threads:[~2008-07-25 15:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-25 13:55 how do I update my key et.al Andrew Cagney
2008-07-25 14:04 ` Dave Korn
2008-07-25 14:45   ` Christopher Faylor
2008-07-25 15:01     ` Dave Korn
2008-07-25 15:08     ` Daniel Jacobowitz
2008-07-25 15:49       ` Christopher Faylor

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).