Hi, The system account is not created until you need it - that is, until you become member of a project.
-- Sylvain On Tue, Feb 20, 2007 at 10:37:53PM -0800, Christopher Mills wrote: > Not sure what is wrong, I've read the following: > https://savannah.gnu.org/faq/?group_id=5802&question=User_Account_-_How_do_I_configure_my_SSH_access.txt > > Also, waited 24 hrs so it's not a cron waiting for the > next hour. > > Anyways, here are the desired outputs: > cvs -t > -d:ext:[EMAIL PROTECTED]/cvsroot/yourproject > co yourproject > > ssh -v [EMAIL PROTECTED] > > > Transcript below: > > > christopher-mills-computer:/tmp christophermills$ cvs > -t > -d:ext:[EMAIL PROTECTED]/cvsroot/emacs > co emacs > -> main loop with > CVSROOT=:ext:[EMAIL PROTECTED]/cvsroot/emacs > -> safe_location( where=(null) ) > -> Starting server: ssh -l crmills100 > cvs.savannah.gnu.org cvs server > Permission denied (publickey). > cvs [checkout aborted]: end of file from server > (consult above messages if any) > -> Lock_Cleanup() > christopher-mills-computer:/tmp christophermills$ ssh > -v [EMAIL PROTECTED] > OpenSSH_4.2p1, OpenSSL 0.9.7l 28 Sep 2006 > debug1: Reading configuration data /etc/ssh_config > debug1: Connecting to cvs.savannah.gnu.org > [199.232.41.69] port 22. > debug1: Connection established. > debug1: identity file > /Users/christophermills/.ssh/identity type -1 > debug1: identity file > /Users/christophermills/.ssh/id_rsa type 1 > debug1: identity file > /Users/christophermills/.ssh/id_dsa type 2 > debug1: Remote protocol version 2.0, remote software > version OpenSSH_3.8.1p1 Debian-8.sarge.6 > debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.6 pat > OpenSSH_3.* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_4.2 > debug1: Miscellaneous failure > No credentials cache found > > debug1: Miscellaneous failure > No credentials cache found > > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-cbc hmac-md5 none > debug1: kex: client->server aes128-cbc hmac-md5 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) > sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Host 'cvs.savannah.gnu.org' is known and > matches the RSA host key. > debug1: Found key in > /Users/christophermills/.ssh/known_hosts:2 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > debug1: Authentications that can continue: publickey > debug1: Next authentication method: publickey > debug1: Trying private key: > /Users/christophermills/.ssh/identity > debug1: Offering public key: > /Users/christophermills/.ssh/id_rsa > debug1: Authentications that can continue: publickey > debug1: Offering public key: > /Users/christophermills/.ssh/id_dsa > debug1: Authentications that can continue: publickey > debug1: No more authentication methods to try. > Permission denied (publickey). > > > > > Thanks, > > CRM > > > > > ____________________________________________________________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. > http://music.yahoo.com/unlimited > >