On Client side
I am on macOS so for me worked this
brew install --cask xquartz
open /Applications/Utilities/XQuartz.app
⌘N
ssh -X [email protected]
chromium http://google.com
Server side
Be sure into server /etc/ssh/sshd_config you have this line
X11Forwarding yes
if just enabled restart ssh in my case was sudo systemctl restart ssh
 
                