Re: cvs behind a firewall

2002-10-31 Thread christopher j bottaro
hehe, i already thought of that and it doesn't work...=) i edited ~/.ssh/config to have the line "Port ". it works although i don't really like that method... On Thursday 31 October 2002 07:12 pm, Will Francis wrote: > export CVS_RSH="ssh -p " > > or maybe in your shell rc file: > > alias ssh '

Re: cvs behind a firewall

2002-10-31 Thread Will Francis
export CVS_RSH="ssh -p " or maybe in your shell rc file: alias ssh 'ssh -p ' Don't have the time to test those but it might work. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

cvs behind a firewall

2002-10-31 Thread christopher j bottaro
ok, jeez, i've been posting a lot recently...=) i'm trying to access my cvs repository via ssh. the computer running ssh is listening on a non standard port (i.e. not port 22). this is what i tried: export CVS_RSH="ssh" export CVSROOT=":ext:me@myhome:/path/to/cvsroot" well it failed because c