💾 Archived View for kg4vma.duckdns.org › gemfeed › 2023-01-31-x-forwarding.gmi captured on 2023-09-28 at 16:09:21. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-06-16)
-=-=-=-=-=-=-
...a note for myself, mainly, as I keep having to look this up and haven't seemed to commit it to memory...
For X forwarding, assuming X and SSH have already been installed, of course;
Edit sshd_config
sudo nano /etc/ssh/sshd_config
Uncomment / set the following;
X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost no
Restart SSH daemon
sudo systemctl restart sshd
...make necessary changes to commands if using different distros with different daemon/init handlers, of course.
Thanks for reading;
--J
Tags: #gemini_crosspost