>>>> "APA" == Adrian Aichner
<adrian(a)xemacs.org> writes:
>>>> "drv" == Didier Verna
<didier(a)xemacs.org> writes:
drv> some reason, ssh doesn't handle my key and asks me for a
drv> password. Could this be related to my recent switch to ssh 2
drv> ?
APA> Yes, I think so. Try this in your ~/.ssh/config:
APA> Host
cvs.xemacs.org
APA> ForwardAgent no
APA> ForwardX11 no
APA> Protocol 1
APA> User martinb
You should also add:
Compression yes
CompressionLevel 1
... to improve throughput.
I also highly recommend "fsh" (available via Debian, perhaps
elsewhere also) if you are using CVS often and want to eliminate the
connection setup time. fsh sets up an ssh connection, and then
reuses it for subsequent transactions. It was designed for use with
CVS, but also works well for starting X applications on a remote
machine via a window manager or toolbar menu, since, when the
connection is reused like that, each connection shares the same proxy
X server, rather than each getting a separate one.