I'm attempting to access my work SVN server via an SSH tunnel to a separate machine.
Something like this: (Local_Machine) -- SSH_Tunnel --> (Workstation) -- LAN --> (SVN_Server)
I can currently tunnel into my workstation via ssh, but cannot access the svn server via the tunnel on my local machine.
Is what I'm attempting to do possible, or do I need to also tunnel into the SVN_Server from the Workstation?
Further information : Local machine is a Windows 7 box using putty to tunnel. Workstation is another Windows 7 box using winsshd. SVN_Server is a Windows Server 2008 box (No SSH access)