wiki:HowTo/ForwardVideoOverSSH

Version 1 (modified by sedwards@bbn.com, 10 years ago) (diff)

--

  1. Run an apache server o
  2. Create an ~/.ssh/config contain a following (or append the following to an existing config):
    Host vlc-client
      # The IP or hostname of the client you want to view the video from
      HostName pc2.instageni.ku.gpeni.net
      # The SSH port of the client you want to view the video from
      Port 34106
      User sedwards
      # Pick a port to forward on to your local machine; IP address and port of the data plane address of the server you are trying to connect to
      LocalForward 6080 10.10.1.1:80
      # The private ssh key you want to use to connect
      IdentityFile /home/jdoe/.ssh/id_geni_ssh_rsa
    
  3. On your local machine:
    ssh vlc-client
    
  4. Leave the SSH connection open
  5. On your local machine, open browser to:
    http://localhost:6080
    

Attachments (2)

Download all attachments as: .zip