Difference between revisions of "User:Olenz"

From ICPWiki
Jump to navigation Jump to search
Line 14: Line 14:
 
* [[Special:BibSearch]]
 
* [[Special:BibSearch]]
 
* [[Mediawiki:Sidebar]]
 
* [[Mediawiki:Sidebar]]
 +
 +
== Administration stuff ==
 +
 +
=== Granting SVN access to external users ===
 +
 +
To do that, you need to do the following:
 +
# Get the public ssh key of the user.
 +
# Append the public ssh key to <tt>/home/svn/.ssh/authorized_keys</tt>.
 +
# Insert <pre>command="svnserve -r /home/svn/repos -t --tunnel-user=<user>",no-port-forwarding,no-agent-forwarding,no-X11-for
 +
warding,no-pty</pre> before the key. Now the user can only execute the SVN command, and any other command will be ignored.

Revision as of 13:10, 24 February 2011

Problems with the skin

  • Page looks strange on IE 6
    • Page width problem
    • Left and right border of the footer
    • Logo has black background
    • Font size in header nav tabs is too large


Quick links

Administration stuff

Granting SVN access to external users

To do that, you need to do the following:

  1. Get the public ssh key of the user.
  2. Append the public ssh key to /home/svn/.ssh/authorized_keys.
  3. Insert
    command="svnserve -r /home/svn/repos -t --tunnel-user=<user>",no-port-forwarding,no-agent-forwarding,no-X11-for

warding,no-pty before the key. Now the user can only execute the SVN command, and any other command will be ignored.