solaris下的cvs口令

mrxuan
solaris下的cvs口令

我在solaris下安装了cvs成功(IP地址为192.168.0.100),也定义了/cvsroot/group2作为用户chenxy的存储路径并经过了初始化,当我运行cvs  -d :pserver:chenxy@192.168.0.100:/cvsroot/group2 login后,cvs提示我输入口令,我输入了solaris用户chenxy的口令,但提示我被拒绝。界面如图所示。
我不知道错在了哪里。我也配置了services和inetd.conf,还有其他需要操作的吗?

N0N?sas
export CVS_RSH=ssh

mrxuan
[quote]原帖由 [i]N0N?sas[/i] 于 2008-6-30 10:47 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=8701044&ptid=1184375][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
export CVS_RSH=ssh [/quote]
请问:这是加在哪里的呢?

yuhuohu
$HOME/.profile
if u r using bash,u can add it to .bash_profile

mrxuan
[quote]原帖由 [i]yuhuohu[/i] 于 2008-6-30 20:48 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=8705745&ptid=1184375][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
$HOME/.profile
if u r using bash,u can add it to .bash_profile [/quote]
谢谢,我马上试试看。