Changes between Version 9 and Version 10 of HowTo/ForwardVideoOverSSH
- Timestamp:
- 09/12/14 15:07:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/ForwardVideoOverSSH
v9 v10 3 3 For demos and testing it is frequently helpful to view a video or other display that would be on a client machine. 4 4 5 Setup: 5 == Setup == 6 {{{ 7 #!html 8 <img src="http://groups.geni.net/geni/raw-attachment/wiki/HowTo/ForwardVideoOverSSH/SSHForward.png" width="800" alt="How to SSH Forward"/> 9 }}} 10 6 11 * There is a server running an apache server or equivalent 7 12 * There is a client that is able to access the server via the data plane … … 10 15 ssh jdoe@pc2.instageni.ku.gpeni.net -p 34106 11 16 }}} 12 13 14 {{{15 #!html16 <img src="http://groups.geni.net/geni/raw-attachment/wiki/HowTo/ForwardVideoOverSSH/SSHForward.png" width="800" alt="How to SSH Forward"/>17 }}}18 19 20 17 21 18 == Instructions ==