On Sun, 16 Feb 2020 16:33:34 +0100 "Patrick Dupre" wrote:
ssh: connect to host euripide.u-bourgogne.fr port 3022: Connection refused
I suspect that you have specified the 3022 port fo connect to euripide in your ~/.ssh/config file.
I do have an issue with vncserver: I can run remmina (ssh) on 2 machines, but never vncserver
We should focus on runing vncviewer from the client machine to euripide (running vncserver vith vncserver@:1.service)
Can you verify (and undo) that?
No answer to that point :-(
Before retrying vncviewer simply test an ssh connection:
Example; ssh -v euripide id
<snip>
debug1: Next authentication method: password
You omitted the end. Does the ssh connection succeeded after having given your password?
In addition:
- since you have chosen the 5901 port on euripide, you should tell that to vncviewer:
vncviewer -via euripide :1
vncviewer -via pdupre@192.168.1.12:9
Why suddently are you using IP numbers? ...
ssh: Could not resolve hostname 192.168.1.12:9: Name or service not known
Why ssh: Could not resolve hostname 192.168.1.12:9: Name or service not known ?
Because it is not the syntax of ssh.
The port 9 is that that I use for remmina
Does this means that you change the way of starting vncserver and that you start it now with:
systemctl start vncserver@:9.service
?
the ~/.vnc/xstartup file is the same on both machine
What do you start in it?