Ole Laursen wrote:
I have SSH access to a central box at university but apparently can't
start server daemons on it (I think the firewall blocks them). I would
also like some of the other members in my group to use the same
repository for our project work - they too have SSH access.
What do you suggest I do?
for the time being, probably start a server process and have each person
start an ssh tunnel from the server socket back to their local machine
and connect to the port on your local machine. in the future I'll be
adding a tiny bit more code to netsync to let it run on plain file
descriptors (rather than always using sockets), then you should be able
to use ssh as a more "direct" transport.
-graydon
|
|