Skip to content

VNC session not going through OpenSSH - PuTTY tunnel #979

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DaburLal opened this issue Dec 5, 2017 · 3 comments
Closed

VNC session not going through OpenSSH - PuTTY tunnel #979

DaburLal opened this issue Dec 5, 2017 · 3 comments

Comments

@DaburLal
Copy link

DaburLal commented Dec 5, 2017

Server OperatingSystem
`Windows 7 - sshd

Client OperatingSystem

Wndows 7 - PuTTY

What is failing

VNC session not going through OpenSSH - PuTTY tunnel

Expected output

VNC session should go through the established tunnel

I am trying to secure my VNC session using OpenSSH(ssshd) and Putty(client)(everything is on windows)

First I establish a tunnel using putty and then log into my server PC using username and password

Second, I turn on my VNC client and server on the respective sides.

The problem i am facing is that my vnc session is not going through the tunnel.

1 - Following is the command which i am using to establish the tunnel putty.exe -ssh [email protected] -L 5900:10.31.128.23:5900
2 - Following is my SSHD_config file ,

sshd_config.txt

When I give this command ond on the client side, netstat -aon | find ":5900" I get this
unbenannt

In this picture, first is the example of vnc session through the tunnel, whereas the others are not going through the tunnel.

I got the 1st output only once, since then the same output appears again and again.

Can someone guide me on this??

Thanks in advance!!

@Cambridgeport90
Copy link

Cambridgeport90 commented Dec 5, 2017 via email

@DaburLal
Copy link
Author

DaburLal commented Dec 5, 2017

@Cambridgeport90 , Because every time i use ssh, it says host name or service cannot be resolved or unknown. That is why i am using PuTTY.
Also , since i downloaded openssh using universal installer, ssh_config file is missing

@manojampalam
Copy link
Contributor

@DaburLal ssh_config is now supported with 1.0.0.0 version. Try it out and get us the logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants