1

How can I open html file in local internet browser? I am connected under /ssh://user@server....

I'm thinking about something like firefox file_from_remote_server.

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
grogsy
  • 111
  • 1
  • 3

1 Answers1

1

You could use something like SSHFS. Look at e.g.:

https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh

jpe
  • 305
  • 1
  • 2
  • 10