vnc-server

Get error “Too many authentication failures” by connecting to AWS EC2 through vnc viewer

爱⌒轻易说出口 提交于 2021-01-28 18:51:24
问题 I have set up an environment with AWS EC2 based on ubuntu 14.04 and configure vncserver under it. After everything is done, I am able to connect the EC2 instance with VNC viewer and see the desktop. However, after a period of time idle on vncviewer , the connection is disconnected and I have error "Too many authentication failures" After I restart the vncserver by going through ssh to EC2, I am able to use vncviewer to connect to the instance again. Any solution for me to not having the error

Is it possible to have multiple vncserver users on the same port?

霸气de小男生 提交于 2020-07-23 08:19:08
问题 I have a Red Hat server running tiger-vncserver. This is a hardened system and security doesn't like having so many ports open for VNC users so currently we have 15 (5901-5915). We are getting more users onboarded and anticipate more users after, not sure how many though. Is there a way to make every user have a stateful VNC connection available but share ports? From security's perspective, we would only use like port 5900 or something. If it matters, I am using Apache Guacamole in lieu of a

Is it possible to have multiple vncserver users on the same port?

会有一股神秘感。 提交于 2020-07-23 08:18:21
问题 I have a Red Hat server running tiger-vncserver. This is a hardened system and security doesn't like having so many ports open for VNC users so currently we have 15 (5901-5915). We are getting more users onboarded and anticipate more users after, not sure how many though. Is there a way to make every user have a stateful VNC connection available but share ports? From security's perspective, we would only use like port 5900 or something. If it matters, I am using Apache Guacamole in lieu of a

Is it possible to have multiple vncserver users on the same port?

≡放荡痞女 提交于 2020-07-23 08:17:38
问题 I have a Red Hat server running tiger-vncserver. This is a hardened system and security doesn't like having so many ports open for VNC users so currently we have 15 (5901-5915). We are getting more users onboarded and anticipate more users after, not sure how many though. Is there a way to make every user have a stateful VNC connection available but share ports? From security's perspective, we would only use like port 5900 or something. If it matters, I am using Apache Guacamole in lieu of a

Python Selenium script drops keys but only when used on a VNC

让人想犯罪 __ 提交于 2020-02-24 09:06:46
问题 Setup: Windows 10 machine with a VNC connection to a Debian machine VNC Viewer 5.3.3 on Windows vncserver (Xvnc version TightVNC-1.3.9) on Debian I have a Python/Selenium/Chromedriver script on the Debian machine that does data entry to text boxes on a web page. The code that is failing is very simple: element = browser.find_element_by_path('//input[@name="ReqDocID"]') element.clear() element.send_keys(doc_id) # doc_id is a 3 character string When I set up a VNC session to Debian from the

Python Selenium script drops keys but only when used on a VNC

白昼怎懂夜的黑 提交于 2020-02-24 09:05:29
问题 Setup: Windows 10 machine with a VNC connection to a Debian machine VNC Viewer 5.3.3 on Windows vncserver (Xvnc version TightVNC-1.3.9) on Debian I have a Python/Selenium/Chromedriver script on the Debian machine that does data entry to text boxes on a web page. The code that is failing is very simple: element = browser.find_element_by_path('//input[@name="ReqDocID"]') element.clear() element.send_keys(doc_id) # doc_id is a 3 character string When I set up a VNC session to Debian from the

vncserver supports unix domain sockets

末鹿安然 提交于 2020-01-25 00:03:29
问题 can you help me in finding a vncserver that supports UNIX domain socket or any other tweak tightvnc creates a socket file under /tmp/.X11-unix/X${display_number} but i'm not sure that this would work thanks in advance 回答1: You can do it with Tigervnc or X2go: Tigervnc Tigervnc added Unix domain socket with -rfbunixpath. You can obtain Tigervnc in two ways at less, using the official build or your OS packages system, and they differ a little bit (for Debian at less, maybe other OS's too):

vncserver supports unix domain sockets

▼魔方 西西 提交于 2020-01-25 00:03:22
问题 can you help me in finding a vncserver that supports UNIX domain socket or any other tweak tightvnc creates a socket file under /tmp/.X11-unix/X${display_number} but i'm not sure that this would work thanks in advance 回答1: You can do it with Tigervnc or X2go: Tigervnc Tigervnc added Unix domain socket with -rfbunixpath. You can obtain Tigervnc in two ways at less, using the official build or your OS packages system, and they differ a little bit (for Debian at less, maybe other OS's too):

Remote Control WinCE 6.0 device from Windows 7

一笑奈何 提交于 2020-01-01 04:56:08
问题 I am trying to find out a tool to remote control a Motorola MC3190 device running Windows CE 6.0 from a Windows 7 machine. I have already used Mymobiler with Intermec CN3 device so I tried the answers in this question but I am unable to get it to work. I have tried both remote.exe.40 and remote.exe.50 in the Mymobiler folder Using Task Manager on CodeProject mentioned in a question on superuser it seems remote.exe completes execution very quickly (or is crashing silently). My Start/Programs

user -> guacamole <- vnc server [closed]

末鹿安然 提交于 2019-12-14 04:26:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . how would you set up a server running guacamole to listen for a reverse vnc connection? 回答1: I found a better way, not using guacamole, by running a vnc repeater (i used uvnc repeater), which will listen for connection from the vnc servers and viewers, and connect the servers and viewers that use the same id