This shows you the differences between two versions of the page.
| — |
x_over_ssh [2012/04/17 13:47] (current) root created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== X over SSH ====== | ||
| + | Following packages must be installed: | ||
| + | xorg-x11-utils | ||
| + | xorg-x11-xauth | ||
| + | xorg-x11-apps (will provide xclock) | ||
| + | |||
| + | Log into server: | ||
| + | |||
| + | ssh -X <username>@<hostname> | ||
| + | | ||
| + | Test X | ||
| + | |||
| + | xclock | ||
| + | | ||
| + | A small X-window with analog clock should be displayed. | ||
| + | If sudo or su needs to be executed consult this page [[x_over_ssh_with_sudo_su|X over SSH with sudo/su]] | ||