Hi On 7 July 2012 07:33, Keshav Kini <keshav.k...@gmail.com> wrote:
> Dima Pasechnik <dimp...@gmail.com> writes: > > If you caan ssh from these machines to boxen then it will be good enough. > > In particular, you might do this on your buildbot machine: > > $ sudo apt-get install autossh > $ ssh-keygen # if you haven't done this already > $ ssh-copy-id boxen.math.washington.edu > $ ssh boxen.math.washington.edu # to add boxen's key to known_hosts > [...] > Are you sure you want to continue connecting (yes/no)? yes > boxen $ exit > $ autossh -f -M 0 -N -R <num>:0:22 boxen.math.washington.edu > > where <num> is some port number to reserve on boxen. Then one can log > into your machine by logging into boxen and then from there doing `ssh > -p <num> user@0`. > > Jeroen has ssh now, and one can setup key-based login. I'm not sure why a reverse tunnel is necessary in this case. Regards, Jan -- .~. /V\ Jan Groenewald /( )\ www.aims.ac.za ^^-^^ -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org