This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: cvswrite.html and (non-free) SSH


We used to refer to the non-free version of SSH. Recommending non-free
software is not acceptable for a GNU project, so I replaced this by a
simple reference to the SSH protocol which is free.

Thanks to RMS for spotting this! Installed.

Gerald

Index: cvswrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvswrite.html,v
retrieving revision 1.30
diff -r1.30 cvswrite.html
28,38c28,35
< <p>Authenticated access is provided via ssh, which you can retrieve from
< <a href="ftp://ftp.cs.hut.fi/pub/ssh/">ftp://ftp.cs.hut.fi/pub/ssh/</a>.
< ssh should build and install without any trouble and the default
< configuration files should be suitable for access to our CVS server.</p>
< 
< <p>You will need to provide us with your public key.  You can generate one
< via the "ssh-keygen" program.  This will store your public key in to the
< file .ssh/identity.pub in your home directory.  We need the entire contents
< of that file.  You should mail it directly to <a href="mailto:law@cygnus.com">
< law@cygnus.com</a>.  Yes, we realize it's a public key, but there's no sense
<  in cluttering up the developers list with keys.</p>
---
> <p>Authenticated access is provided via the SSH protocol. Please
> provide us with your public key which you can generate via the
> "ssh-keygen" program.  This will store your public key in the file
> .ssh/identity.pub in your home directory.
> We need the entire contents of that file.  You should mail it directly
> to <a href="mailto:law@cygnus.com"> law@cygnus.com</a>.  Yes, we
> realize it's a public key, but there's no sense in cluttering up the
> developers list with keys.</p>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]