I have CVS and CVSNT installed. Setting CVSROOT environment variable to CVSROOT=":sspi:my.domain\my.name@CVSHOST:/PATH" enables me to login from the terminal with cvs login
From eclipse, I used windows->preferences->team->cvs to specify "Use an external program to connect", with CVS_RSH=/usr/bin/cvsnt, Parameters my.domain\my.name, and CVS_SERVER=CVSHOST. Then I add a new CVS repository with Host=CVSHOST, path=/PATH, user my.domain\my.name, password=pass, and connection type ext.
When it attempts to connect, I get a "broken pipe" exception.