Firefox
在引用另一台機器的瀏覽器中打開 localhost
我目前在 Centos 機器上的 localhost 上執行一項服務。我無法改變它。
我想在我的本地機器上打開 Firefox 以打開該 URL,因為 Centos 機器沒有使用者界面而我的本地機器有。
我嘗試使用它,但它沒有用:
ssh -Y <user>@<centos_machine> firefox --no-remote Error: GDK_BACKEND does not match available displays
Firefox 安裝在 Centos 機器上。
ssh -L 8080:localhost:80 centos_machine
在http://localhost:8080上啟動瀏覽器
它指向 centos_machine:80