I have a feeling this is impossible, but I can't find a definitive answer searching around.
Here's what I'd like to do. Ssh'ing from within Chrome (on Windows) into a Debian guest, have a command within the guest launch a tab in Chrome with a URL supplied by the guest command.
More specifically, I'm using newsbeuter, running in a Debian guest, in a ssh session in Chrome (on the host). Instead of opening articles in the guest, I'd like to open the articles in my host Chrome.
edit:
Here is a similar question, Is it possible to setup host machine browser as default guest system browser .
The only answer seems to be to use ssh to send commands from guest to host. Are there other options?