How to setup CVS server side to support SSH authentication?

由 firedragon 在 07-30-2004 19:05 发表:

How to setup CVS server side to support SSH authentication?

I know that to Set up the server for password authentication, just

create a file called `/etc/xinetd.d/cvspserver' containing the following:

service cvspserver

{

port = 2401

socket_type = stream

protocol = tcp

wait = no

user = root

passenv = PATH

server = /usr/local/bin/cvs

server_args = -f --a

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus