Hi, sebul <[email protected]> wrote: > Hello. I have a question. > > https://alioth.debian.org/users/sebul-guest/ says > Debian website content (Junior Developer) > > When I try cvs checkout I get message Permission denied as follows. > > sebul@sebulnet:~$ export CVS_RSH=ssh > sebul@sebulnet:~$ cvs -d :ext:[email protected]:/cvs/webwml > checkout webwml > Permission denied (publickey). > cvs [checkout aborted]: end of file from server (consult above messages if > any) > sebul@sebulnet:~$ > > Why? How can I solve it ? Help me, please.
As documented here: https://www.debian.org/devel/website/using_cvs you should use: cvs -d :ext:[email protected]:/cvs/webwml checkout webwml to checkout the webwml repository Works fine for me Holger

