[linux] Re: cvs over ssh
lucas merckelbach
merckelbach op yahoo.com
Wo Apr 4 17:28:54 CEST 2007
--- lucas merckelbach <merckelbach op yahoo.com> wrote:
FYI:
> Om toegang te krijgen tot de cvsroot op mijn werk
> linuxbox doe ik
>
> export CVS_RSH=ssh
> cvs -d:ext:username op server:/home/username/cvsroot \
> co project
>
> Dit werkt, mits laptop en server op hetzelfde
> netwerk
> zitten.
>
> "Buiten", i.e. thuis of zo, moet ik via the hoofd
> server via ssh inloggen. De naam van mijn linuxbox
> is
> niet bekend vanaf thuis. Met tal van andere
> applicaties maak ik gebruik van portforwarding (en
> ssh).
>
>
> Het leek me voor de hand liggen dat dit zou werken:
>
> in een shell,
> ssh -L 5000:linuxbox:22 username op hoofdserver
>
>
> in een andere shell
>
> cvs
> -d:ext:username op localhost:5000/home/username/cvsroot
> co project
>
Als het laatste commando wordt vervangen door
cvs -d:ext:username op localhost:/home/username/cvsroot
co project
*EN* de alternatieve poort is gespecificeerd in
.ssh/config:
Host localhost
Port 5000
Dan werkt het als een tierelier.
Lucas
____________________________________________________________________________________
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html
More information about the Linux
mailing list