Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. On FreeBSD host (server):
- 1.1. $ su -
- 1.2. # pkg install xauth
- 1.3. "# nano -w /etc/ssh/sshd_config" and modify this string to be:
- X11Forwarding yes
- 1.3.1. If not success, also may be:
- X11UseLocalhost no
- AddressFamily inet
- 1.4. "# /etc/rc.d/sshd restart" or reboot host
- 2. On a Linux Guest (client)
- $ ssh -2 -X -C user@freebsd-host
- $ firefox &
- 3. Profit
Add Comment
Please, Sign In to add comment