secure cvs server

unix

    Next

  • 1. 4.9-STABLE, VMWare 2, and network oddness
    I've got an updated 4.9-STABLE setup running VMWare 2 (W2k SP4, etc) with the latest RTC driver (major improvement btw) and my kernel built with HZ=10000, which has done wonders to improve my VMWare performance across the board. -With the default HZ=100 VMWare is basically unusable, this is on a P4/2.4ghz box with 1GB RAM and very little other load. I've tried both bridged and host-only (with bimap NAT via IPNat) and both have the same problems. Now the W2k VMWare client seems to work well for most things, and even ping flooding it over my DSL line 400 miles away I get a solid 15ms ping response and zero packet loss. However...the point of this VMWare client is to run a Windows-only game server (MS's "Allegiance"). It looks like everything is fine until one actually tries to use the server... The game client is reporting 40ms pings but yet has unplayable lag issues (not being able to "zone" or do much of anything). Normally the symptoms shown by this setup are from someone trying to run this server over a low-bandwidth connection like DSL with 128kb max upload and have too many clients attached, but this setup is hosted at a colo on multi-homed 100Mbs connections with only two test players on the server. Is there anything more extensive I can do to debug the networking systems of this beast? TIA! -Zenin
  • 2. XML tools in FreeBSD
    Does anyone know of an XML and DTD validator that is available in XML. I've found plenty of listings for non-validating parsers, but I just want to check that my DTD and XML are valid throughout. -- Bob London, UK echo Mail fefsensmrrjyaheeoceoq\! | tr "jefroq\!" "@obe.uk"
  • 3. BKTR driver and multiple capture cards
    Has anybody succeded in running 2 (or more) video capture cards using the BKTR driver? I am interested in using a pair of cameras for a robotics appliation and was wondering if the bktr driver would support multiple devices. Thanks in advance, Bob
  • 4. D-Link WiFi not working
    Hi, I recently purchased a D-Link DWL-650 wifi card. I have installed in a IBM Thinkpad 600E with FreeBSD 4.8 Stable. I have placed this in my pccard.conf # D Link DWL-650 11Mbps WLAN Card card "D-Link" "DWL-650 Wireless PC Card RevP" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop I install the card and I get this message: Jan 29 22:32:42 Slacker pccardd[50]: Card "D-Link"("DWL-650 Wireless PC Card RevP") [ISL37101P-10] [A3] matched "D-Link"("DWL-650 Wireless PC Card RevP") [(null)] [(null)] wi0 at port 0x280-0x2ff ir1 11 slot 1 on pccard1 wi0: timeout in wi_cmd 0x000; event status 0x0000 wi0: wi_cmd: busy bit won't clear. wi0: wi_cmd: busy bit won't clear. wi0: init failed wi0: wi_cmd: busy bit won't clear. wi0: wi_cmd: busy bit won't clear. wi0: mac read failed 5 device_probe_and_attach: wi0 attached returned 5 Jan 29 22:33:09 Slacker pccardd[50]: driver allocation failed for D-Link(DWL-650 Wireless PC Card RevP): Input/output error So what do I do now ? Sincerely, Brendhan

secure cvs server

Postby dave » Tue, 06 Apr 2004 07:15:05 GMT

Hello,
    I'm wanting to offer cvs services to a select group of users from my
internal server. I need this to be as secure as possible using ssh. I've
tried cvsd, and although it starts when i try to log in, i'm using :pserver:
at the moment, i get the message, premature end of file from server, consult
above messages if any. There are none and nothing in the logs. When i tried
to use the :ext method i got the error:
login can only be used with the pserver method.
    If anyone has secure cvs services going behind a firewall to users on
the net please let me know.
Thanks.
Dave.



secure cvs server

Postby Christian Boesch » Thu, 02 Feb 2006 19:21:07 GMT

hi,

i'm looking for a docu how to set up a secure cvs server from scratch,
that allows connections only over ssh.

thanks
chris

Re: secure cvs server

Postby Jean-Yves Avenard » Thu, 02 Feb 2006 21:45:35 GMT


If it's from scratch, I assume you don't have an existing repository.
Check subversion (svn), strongly recommended...

JY

Re: secure cvs server

Postby Philip Paeps » Tue, 07 Feb 2006 00:57:25 GMT



Depending on how complex your setup is likely to get, you might find some
inspiration in the FreeBSD setup:

  < http://www.**--****.com/ ;

As has been suggested, if you don't have any existing history, it might be a
lot easier and less painful to go for Subversion instead.

 - Philip

-- 
Philip Paeps                              Please don't email any replies
 XXXX@XXXXX.COM                                I follow the newsgroup.

  A coup that is known in advance is a coup that does not
  take place.

Similar Threads:

1.Using a Mac as CVS server, Linux and Mac clients

I need a CVS repository for source control.  Builds are for both Linux 
and Mac OS X (10.2), so my idea was to setup a repository on a Mac box, 
then access it remotely from the Linux environment, but I'm having no luck.

I'm on a small lan - I've given each box a unique IP address.
I can ping the Mac from Linux.
I can open an ssh session from Linux on the Mac.
I can't rcp files (Connection refused).  Any other network operations 
result in Connection refused.
I can see the Mac, and the files under my account from my Windows XP box.

I've turned on all the sharing stuff (system settings, sharing) on the Mac.
I don't really have a clue what I doing.  Can anybody point me to a 
resource for this kind of information?

Mick.

2.CVS on remote server

I have on a remote Web server, a program that is being continually updated
via cvs.  Can I set up the remote server to receive the cvs updates?

Doug.
-- 
ICQ Number 178748389. Registered Linux User No. 277548.
Let's explore.  If we don't find something pleasant, we will at least find
something new.
        - Voltaire.

3.connecting to cvs server

I've set up cvspserver on my linux machine which is behind a hardware
router.  The webserver seems to work fine from other machines behind
the router but I can't connect to the cvs server?  Any suggestions on
how I can debug this problem?  I'm very green to linux administration.
 I can telnet from the linux machine to the cvspserver so I'm quite
sure the that xinetd.d was set up correctly.  However I'm unable to do
this remotely.


Thanks for any suggestions.

4.access cvs server through ssl tunnel

Eggert Ehmke wrote:
> 
> I want to access a CVS server (C) via ssh. The problem is, I (A) am behind a
> ...
> Now my question: how can I access C from A using ssh ? Box B should work as
> a gateway, I guess. I am not familiar with this setup, but willing to
> learn. Please give me some hints.

You can set up an ssh-connection from A to B and forward a local port to
the CVS-port at C ; i don't know what port CVS uses, but if it was 2401
the command would look like 
	ssh -L 2401:systemC:2401 systemB
assuming the ssh2ssl works already; to access CVS at C you would direct
it
to localhost.
			-job

5.internal cvs server?

In article <ympMa.313666$ XXXX@XXXXX.COM >,
 "dave" < XXXX@XXXXX.COM > wrote:

> Hello,
>     I've just set up cvs to run from xinetd. This is on my internal network,
> behind the firewall, what i'd like is to allow user's outside the firewall
> to ssh in to the server and to perform actions on it with files, but they
> have to have a cvs password, but not necessarily a unix account. Is this
> possible and if so, is there a site on this?

Why not just allow remote access to the cvs server itself?  Why do you 
want them to ssh in and work locally?  Doing that without actual 
accounts involves some voodoo, to be sure.

6. CVS server installation

7. setup cvs+ssh server on linux box

8. error in setting up cvs server for web site management



Return to unix

 

Who is online

Users browsing this forum: No registered users and 94 guest