X11-forwaring-with-ssh
October 24, 2022
377
First you need uncomment this lines in /etc/ssh/ssh_config on server:
1 |
|
The second step is connect to server with -X and execute Chromium
1 |
|
You will see it on client computer.
BTW, you don’t want to use the -Y flag instead of the -X flag?
Quite simply, the difference between -X and -Y is that -Y enables trusted X11 forwarding.
- 本文作者:Wenhua Chen
- 本文链接:https://wenhuachen.com/2022/10/24/X11-forwaring-with-ssh/index.html
- 版权声明:本博客所有文章均采用 BY-NC-SA 许可协议,转载请注明出处!