VNC ssh tunnel acces
Hi Everyone
Very new to all of this. Trying to create a vnc ssh tunnel for Kali
I get this far
Run the command below to start the SSH tunnel for VNC
ssh -L 61000:localhost:5901 -N -l Kalicloud 194-195-125-155.ip.linodeusercontent.com
But it won't accept the password I created for the VNC user when I set up the Linode.
What am I doing wrong?
Many thanks Chris
2 Replies
tlambert
Linode Staff
Hey @ChrisD!
First, I suggest checking the /var/log/stackscript.log
file for errors to make sure the Marketplace App deployed successfully. Keep in mind, it takes 45-60 minutes for Kali to be fully installed.
If everything looks good there, you may want to reset the password for your VNC user from within the Linode using the vncpasswd
command.
Hope this helps!