命令:
vncviewer -via 192.168.x.x@administrator localhost:0
ssh: connect to host administrator port 22: No route to host
vncviewer: Tunneling command failed: /usr/bin/ssh -f -L 5599:localhost:5900 192.168.x.x@administrator sleep 20.
我们怎样才能解决这个问题?
答案1
用户名和主机名错误
vncviewer -via 192.168.xx@administrator 本地主机:0
尝试
vncviewer -via [email protected] localhost:0
还要确保您已经安装了 openssh-server?
apt-get install openssh-server