Skip to content

Commit

Permalink
Issue #58: ssh port/x11 forwarding docs complete? [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 26, 2015
1 parent b784f45 commit 1732f02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/x11ForwardingForRemoteDisplays.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
##Intro
As an alternative to running a tODE client on you local machine and then logging into a stone running on a remote server over the WAN, you can use [X11 forwarding][1].

For best performance use the [compression option for ssh][2].
In a nutshell log into the server using the options:

```
ssh -c arcfour,blowfish-cbc -XC
```

[1]: http://unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-from-ubuntu-machine
[2]: http://xmodulo.com/how-to-speed-up-x11-forwarding-in-ssh.html
[3]: http://xmodulo.com/how-to-speed-up-x11-forwarding-in-ssh.html

0 comments on commit 1732f02

Please sign in to comment.