在一台 Linux 机器上(本例中为 Debian),当我使用 xhost 命令时,如下所示:
$ xhost +
access control disabled, clients can connect from any host
$ xhost -
access control enabled, only authorized clients can connect
当我这样做时,xhost -
我观察到authorized clients
被允许......
有什么方法可以添加授权客户端吗?这样,即使xhost -
特定的客户端/用户也可以访问服务器。