💾 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

View Raw

More Information

⬅️ Previous capture (2023-06-16)

-=-=-=-=-=-=-

X Forwarding

X Forwarding

Tue 31 Jan 2023 08:31:02 AM EST

...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

Go back to the main site

Tags: #gemini_crosspost

📝 Comment on this post

🔙 Previous Page