Access SVN server from machine on work subnet via an SSH tunnel
问题 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