Changes between Version 4 and Version 5 of HowTo/ForwardVideoOverSSH
- Timestamp:
- 09/12/14 12:26:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/ForwardVideoOverSSH
v4 v5 6 6 * There is a server running an apache server or equivalent 7 7 * There is a client that is able to access the server via the data plane 8 * You canSSH to the client from your local machine using a command like the following8 * Your SSH keys are loaded on the GENI so SSH to the client from your local machine using a command like the following 9 9 {{{ 10 10 ssh jdoe@pc2.instageni.ku.gpeni.net -p 34106 11 11 }}} 12 12 13 1. Create an `~/.ssh/config` contain the following (or append the following to an existing config):13 1. Create an `~/.ssh/config` on your local machine contain the following (or append the following to an existing config): 14 14 {{{ 15 15 Host vlc-client