Ssh

From Bitpost wiki
Revision as of 21:04, 31 August 2017 by M (talk | contribs) (Created page with "=== Enable X11 forwarding === * server: install xauth * server: enable in /etc/ssh/sshd_config * server: make sure you have an X environment installed (install of any X app w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enable X11 forwarding

  • server: install xauth
  • server: enable in /etc/ssh/sshd_config
  • server: make sure you have an X environment installed (install of any X app will pull it in)
  • client: set default-on in /etc/ssh/ssh_config (in place of ssh -Y)
  • client: make sure you have an X server environment - on windows, use x2go