Difference between revisions of "Setting up an account on hg.geeklog.net"

From GeeklogWiki
Jump to: navigation, search
m (Removed category)
(added note about using PuTTY on Windows)
Line 9: Line 9:
 
<pre>ssh username@cvs.geeklog.net</pre>
 
<pre>ssh username@cvs.geeklog.net</pre>
  
(replacing 'username' with your provided username, of course)
+
(replacing 'username' with your provided username, of course). Windows users can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] or some other SSH client.
  
 
== Changing the password ==
 
== Changing the password ==

Revision as of 09:15, 10 February 2010

Accounts that provide access to Geeklog's Mercurial repository are given out by invitation (or to GSoC students). Since the Mercurial repository is hosted on a server sponsored by pair Networks, we will have to ask their support to actually create these accounts.

Please note that we're still using cvs.geeklog.net for the server name, despite the switch from CVS to Mercurial some time ago.

Login

Once you know your account name and initial password, use SSH to log into the server. From the command line, that would be

ssh username@cvs.geeklog.net

(replacing 'username' with your provided username, of course). Windows users can use PuTTY or some other SSH client.

Changing the password

Use the passwd command to change your initial password. Simply enter

passwd

and follow the instructions.

Please make sure to remember your new password and/or note it down in a safe place. If you forget your password, we will have to ask pair.com support to reset it.

Creating a .hgrc file

You should create a file named .hgrc (with the dot) in your home directory that contains the following lines:

[trusted]
users = geeklog2
groups = users

This will ensure, among other things, that notification emails can be sent properly to the geeklog-cvs mailing list.


And that's all - there isn't really anything else that you can do with this account.