Skip to content

Commit 1732f02

Browse files
committed
Issue #58: ssh port/x11 forwarding docs complete? [ci skip]
1 parent b784f45 commit 1732f02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: docs/x11ForwardingForRemoteDisplays.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
##Intro
44
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].
55

6+
For best performance use the [compression option for ssh][2].
7+
In a nutshell log into the server using the options:
8+
9+
```
10+
ssh -c arcfour,blowfish-cbc -XC
11+
```
12+
613
[1]: http://unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-from-ubuntu-machine
714
[2]: http://xmodulo.com/how-to-speed-up-x11-forwarding-in-ssh.html
8-
[3]: http://xmodulo.com/how-to-speed-up-x11-forwarding-in-ssh.html

0 commit comments

Comments
 (0)