WindowsのVNC (mobaxterm) で
Server did not offer supported security type!
となった時の解決策をまとめました。
Amazon Linux 2ではVNCでGUIを表示する
Amazon Linux 2をインストールしました。
・https://urashita.com/archives/31273
その後、Amazon Linux 2のGUIであるMATEをインストールしました。
・https://urashita.com/archives/31409
Windows のVNC (mobaxterm) からアクセスしようとすると
Server did not offer supported security type!
となり接続できませんでした。
解決策 SecurityTypes=TLSVnc を取る
問題は何かしらのセキュリティ問題なんでしょう。
サーバー側のVNC設定を見てみます。
どうやら
ExecStart=/usr/sbin/runuser -l ec2-user -c "/usr/bin/vncserver %i -SecurityTypes=TLSVnc"
の -SecurityTypes=TLSVnc
が怪しい。
試しに、-SecurityTypes=TLSVnc を取ってみると。。。接続できました。
コメント