通过 SSH 访问 Raspberry Pi 时,如何允许以 root 身份(或使用 sudo)进行 X11 转发?

通过 SSH 访问 Raspberry Pi 时,如何允许以 root 身份(或使用 sudo)进行 X11 转发?

我已经能够通过正常执行转发 X11(例如,xeyes而不是sudo xeyes),但出于我的目的,我需要以 root 访问权限访问相同的应用程序。我无法弄清楚如何以 root 访问权限执行这些应用程序,通常会在 PuTTY 中出现 X11 错误。以下是尝试从登录到注销转发 X11 应用程序的示例:

pi@raspberrypi:~ $ sudo qbittorrent
PuTTY X11 proxy: Authorisation not recognised
qt.qpa.xcb: could not connect to display localhost:10.0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted

无需使用也可以工作,sudo所以我不确定这里的问题是什么。任何帮助都非常感谢。

相关内容