head	1.1;
access;
symbols
	caudium_1_4_9:1.1
	caudium_1_4_8:1.1
	caudium_1_4_7:1.1
	caudium_1_4_6:1.1
	caudium_1_4_5:1.1
	caudium_1_4_4:1.1
	caudium_1_4_3:1.1
	caudium_1_4_2:1.1
	caudium_1_5_1:1.1
	caudium_1_4_1:1.1
	stable_1_4:1.1.0.2
	caudium_1_3_33:1.1
	caudium_1_3_32:1.1
	caudium_1_3_31:1.1
	caudium_1_3_30:1.1
	caudium_1_3_29:1.1
	caudium_1_3_23:1.1
	caudium_1_3_22:1.1
	caudium_1_3_21:1.1
	caudium_1_3_20:1.1
	caudium_1_3_19:1.1
	caudium_1_3_18:1.1
	caudium_1_3_17:1.1
	caudium_1_3_16:1.1
	caudium_1_3_15:1.1
	caudium_1_3_14:1.1
	caudium_1_3_13:1.1
	caudium_1_3_12:1.1
	caudium_1_3_11:1.1
	caudium_1_3_10:1.1
	caudium_1_3_9:1.1
	caudium_1_3_8:1.1;
locks; strict;
comment	@# @;


1.1
date	2002.11.30.17.39.35;	author vida;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Update CVS instructions to new Caudium Forge services and new web site links.
@
text
@#!/bin/sh
#
# $Id: sshanoncvs,v 1.4 2002/07/05 12:40:45 kiwi Exp $
#
# This program implements the client side of anonymous cvs over ssh.
# No more pserver! For details on how to use this and how it works,
# visit http://www.caudiumforge.net/anoncvs.rxml.
#
# This is copyright 2002 by Xavier Beaudouin and the Caudium under the
# terms of the GPL.
# This is copyright 1999, 2001 by Joey Hess under the terms of the GPL.

# Just run ssh, telling it to use this file as the identity file. 
# Cvs will tell it what host to connect to as what user and will
# proceed to communicate with the cvs server over the ssh link.
# We do need to fix up the perms of the script to something ssh
# will accept though, and put them back later.
chmod 600 $0
ssh -p 22 -2 -q -i $0 $@@
chmod 755 $0
exit

# The remainder of the file is the "private" key that lets users into my
# cvs server. ssh 2 can find this key, ignoring the top part of the file.

-----BEGIN DSA PRIVATE KEY-----
MIIBuwIBAAKBgQCIKUfNNJZkrb0/IcvWWfZQu8PAytIqdxn3Bqrc7suVshnhUDuZ
AZn5GO4mNujBFIiJTn6JNbV8MDDM5BNa65V2A7klf2+MvSPgiM8Ri3bO2TA7cNCI
4FjawflyJFycaGq/Wn71t3q4W+zojE3DK1z9gBSFfQl6NBdxet42PO8SkwIVALhQ
pcqeBxmFGiZ9VQtCxjG8M+HFAoGAaF0eA+Oi3GAUOdaaOEc0FcKzfuQuQCa2crkQ
08XbMMOMsNHRmNcSp95Johd9nA0D17GykPOfoaoum6ZKUjTYo8ItxNFL5qJOqxoy
2F5tuDWgZvBACLYYYVHsqFpj/jXqDym+1MoVHLc5rjstAkVuvl7hlRuzJUx4EsRJ
SR1GsbYCgYBQ2CDRdb6voRP8qcx5Je803k7arEFoHw69wya/gSDO8LPTCrUShtbf
EHgWT+oXF7hW0LfbdyI3Ho7CMAOi+LhvNZKOhrPRcuiMiMXXu6GDKAgZwnfo/zK1
3S5DPMayzurcUMJDYU4e2eIC0yROSBTF3FhHXbM1s4GksLb1hRzrCgIVAJ40kz+O
kMIBrhos0CtyyOuzVANJ
-----END DSA PRIVATE KEY-----

@
