Here is my situation,
Computer A: Windows Vista running openSSH correctly configured.
MacBook Pro: OS X 10.5.6, SSH Tunnel of 3389:localhost:3389 in my ssh command
ssh -c aes256-cbc -N -L3389:localhost:3389 -2 ComputerA -p 22
Now when I connect via Microsoft Remote Desktop Connection for Mac to localhost, it does an initial connection and then shows the Vista loading icon and then times out.
I've successfully tested the tunnels are working fine, and also that I can directly connect to the Vista computer via Microsoft Remote Desktop Connection for Mac.
I am boggled as to why it wouldn't work through SSH, any help would be greatly appreciated.
Thank you,
Hilyin
Computer A: Windows Vista running openSSH correctly configured.
MacBook Pro: OS X 10.5.6, SSH Tunnel of 3389:localhost:3389 in my ssh command
ssh -c aes256-cbc -N -L3389:localhost:3389 -2 ComputerA -p 22
Now when I connect via Microsoft Remote Desktop Connection for Mac to localhost, it does an initial connection and then shows the Vista loading icon and then times out.
I've successfully tested the tunnels are working fine, and also that I can directly connect to the Vista computer via Microsoft Remote Desktop Connection for Mac.
I am boggled as to why it wouldn't work through SSH, any help would be greatly appreciated.
Thank you,
Hilyin