2018/07/05

Vino に Windows の VNC クライアントからアクセス出来ない時の対処法

@Ubuntu 16.04 (Vino 3.8.1-0Ubuntu9.2)

他の Ubuntu マシンからアクセス出来ている [Vino](https://launchpad.net/ubuntu/+source/vino) に Windows 10 の VNC クライアントからアクセスしてみたのですが、エラーが出てうまくいきませんでした。



クライアントは以下の 2つを試しました。

### TurboVNC
[TurboVNC](https://turbovnc.org/) (TurboVNC64-2.1.90) だと以下のようなエラー。

> Server did not offer supported security type!

### VNC Viewer (RealVNC) [RealVNC](https://www.realvnc.com) の [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) (6.17.1113) でも同様。 > Unable to connect to VNC Server using your chosen security setting. > Either upgrade VNC Server to a more recent version from RealVNC, or > select a weaker level of encryption.
### Vino のバグらしい 調べてみると、Vino のバグにより、Linux 以外からの VNC アクセスが出来ないとのこと。 2014年に報告されて未だ直っていないので、この先も直るか怪しいですね。 > 参考 > > - [Bug #1281250 “VNC accessible from non-linux machines only with e...” : Bugs : vino package : Ubuntu](https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1281250) > - [How to Remote Access to Ubuntu 16.04 from Windows | UbuntuHandbook](http://ubuntuhandbook.org/index.php/2016/07/remote-access-ubuntu-16-04/) ### 対処法は encryption を切るのみ 今のところは Vino の `require-encryption` を `false` にする以外対処法がないようです。 ```console `gutter: false; $ gsettings set org.gnome.Vino require-encryption false ``` > 参考 > > [Vino の設定は gconftool-2 では出来ない | 穀風](https://kokufu.blogspot.com/2017/09/vino-gconftool-2.html) 暗号化無効にしているので、使い方は気をつけねば。

0 件のコメント: