Zeile 22: |
Zeile 22: |
| /etc/init.d/sshd restart | | /etc/init.d/sshd restart |
| </code> | | </code> |
| + | |
| + | |
| + | Sollen auch X-Anwendungen auf dem Remote-Rechner als Root ausgeführt werden (und man sich aus Sicherheitsgründen nicht als root mit dem Remote-Rechner verbinden will), muss das beim Einloggen erstellte .Xauthority-File zum User root kopiert werden:<ref>http://www.redwireservices.com/remote-x11-for-linux-unix</ref> |
| + | sudo cp ~/.Xauthority ~root/ |
| + | sudo chown root ~root/.Xauthority |
| | | |
| == SSH unter Windows == | | == SSH unter Windows == |