LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 683|回复: 0

How to setup CVS server side to support SSH authentication?

[复制链接]
发表于 2004-7-30 19:05:19 | 显示全部楼层 |阅读模式
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 --allow-root=/usr/cvsroot pserver
}
Then /etc/init.d/xinetd restart

But I don't know how to setup CVS server side to support SSH authentication.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表