- Follow this steps on both server and client sides
- For the server I have a
unix-likeOS- make sure on file
/etc/ssh/sshd_configyou have yes lineX11Forwarding yes - if was just enabled, restart ssh. In my case
sudo systemctl restart ssh
- make sure on file
- On the client side I am on a
macOS- Provide
xtermbrew install --cask xquartz - ConnectRestart the computer was necessary before the first connect to server
ssh -Y user@host - Check if it’s working
chromium http://google.com
- Provide
- For the server I have a