MacMiniBuildbot

From VideoLAN Wiki
Revision as of 17:31, 29 November 2013 by Thresh (talk | contribs) (Created page with "Two simple steps are needed to access macmini buildbot, which is connected to altair via VPN service. In your favourite terminal, do the following: $ ssh -N -f -L 10022:10....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Two simple steps are needed to access macmini buildbot, which is connected to altair via VPN service.

In your favourite terminal, do the following:

$ ssh -N -f -L 10022:10.8.0.10:22 videolan@altair.videolan.org 
$ ssh -p 10022 videolan@localhost

where 10022 is the local port on your machine, 10.8.0.10 is the IP address of macmini, and 22 is the port macmini's sshd listens on.