VNC - simple test with vnc (x11vnc and ssvnc)
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to set up a vnc connection between 2 computers, but am having trouble so far.
In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc
) and connect to it using ssvnc
on the same computer
This page supposedly explains how to do so.
Apparently, starting a vnc server should be as simple as downloading x11vnc
and using the command x11vnc -display :0
The same page also contains a link to download ssvnc
, that can be used as a vnc client (link here for your convenience)
It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc
.
Then, I start ssvnc and type in user@localhost such as follow:
However when i press connect
, a xterm windows appears, with the following message:
The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with
x11vnc -display :0 -auth /home/user/.Xauthority
But I received the same error message.
Anyone can help me out here with that basic test / problem?
linux vnc x11vnc
add a comment |Â
up vote
0
down vote
favorite
I am trying to set up a vnc connection between 2 computers, but am having trouble so far.
In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc
) and connect to it using ssvnc
on the same computer
This page supposedly explains how to do so.
Apparently, starting a vnc server should be as simple as downloading x11vnc
and using the command x11vnc -display :0
The same page also contains a link to download ssvnc
, that can be used as a vnc client (link here for your convenience)
It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc
.
Then, I start ssvnc and type in user@localhost such as follow:
However when i press connect
, a xterm windows appears, with the following message:
The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with
x11vnc -display :0 -auth /home/user/.Xauthority
But I received the same error message.
Anyone can help me out here with that basic test / problem?
linux vnc x11vnc
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to set up a vnc connection between 2 computers, but am having trouble so far.
In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc
) and connect to it using ssvnc
on the same computer
This page supposedly explains how to do so.
Apparently, starting a vnc server should be as simple as downloading x11vnc
and using the command x11vnc -display :0
The same page also contains a link to download ssvnc
, that can be used as a vnc client (link here for your convenience)
It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc
.
Then, I start ssvnc and type in user@localhost such as follow:
However when i press connect
, a xterm windows appears, with the following message:
The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with
x11vnc -display :0 -auth /home/user/.Xauthority
But I received the same error message.
Anyone can help me out here with that basic test / problem?
linux vnc x11vnc
I am trying to set up a vnc connection between 2 computers, but am having trouble so far.
In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc
) and connect to it using ssvnc
on the same computer
This page supposedly explains how to do so.
Apparently, starting a vnc server should be as simple as downloading x11vnc
and using the command x11vnc -display :0
The same page also contains a link to download ssvnc
, that can be used as a vnc client (link here for your convenience)
It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc
.
Then, I start ssvnc and type in user@localhost such as follow:
However when i press connect
, a xterm windows appears, with the following message:
The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with
x11vnc -display :0 -auth /home/user/.Xauthority
But I received the same error message.
Anyone can help me out here with that basic test / problem?
linux vnc x11vnc
asked Apr 1 at 21:39
jim basquiat
1417
1417
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
x11vnc opens a VNC port at PORT=5900 (without encryption)
you do not need any options or parameters , just
x11vnc
will be enough for ONE connection.
ssvnc uses SSL by default.
- use "localhost" instead of "user@localhost"
- in ssvnc options use "None" instead of "use SSL"
alternative to ssvnc:
vncviewer localhost
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
x11vnc opens a VNC port at PORT=5900 (without encryption)
you do not need any options or parameters , just
x11vnc
will be enough for ONE connection.
ssvnc uses SSL by default.
- use "localhost" instead of "user@localhost"
- in ssvnc options use "None" instead of "use SSL"
alternative to ssvnc:
vncviewer localhost
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
add a comment |Â
up vote
0
down vote
x11vnc opens a VNC port at PORT=5900 (without encryption)
you do not need any options or parameters , just
x11vnc
will be enough for ONE connection.
ssvnc uses SSL by default.
- use "localhost" instead of "user@localhost"
- in ssvnc options use "None" instead of "use SSL"
alternative to ssvnc:
vncviewer localhost
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
add a comment |Â
up vote
0
down vote
up vote
0
down vote
x11vnc opens a VNC port at PORT=5900 (without encryption)
you do not need any options or parameters , just
x11vnc
will be enough for ONE connection.
ssvnc uses SSL by default.
- use "localhost" instead of "user@localhost"
- in ssvnc options use "None" instead of "use SSL"
alternative to ssvnc:
vncviewer localhost
x11vnc opens a VNC port at PORT=5900 (without encryption)
you do not need any options or parameters , just
x11vnc
will be enough for ONE connection.
ssvnc uses SSL by default.
- use "localhost" instead of "user@localhost"
- in ssvnc options use "None" instead of "use SSL"
alternative to ssvnc:
vncviewer localhost
edited Apr 4 at 9:52
terdonâ¦
122k28229400
122k28229400
answered Apr 3 at 23:23
mherweg
1
1
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
add a comment |Â
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
â jim basquiat
Apr 4 at 9:43
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f434922%2fvnc-simple-test-with-vnc-x11vnc-and-ssvnc%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password