windows 7 - Proper way to debug SVN+SSH checkout over VPN failure? How to compare with a working setup? -


in brief

given setup svn+ssh checkout on vpn not working, , working, correct procedure find out difference between 2 systems?

details

i using 64-bit system running windows 7. have open vpn , tortoise svn 64-bit installed.

the repository in remote system, , connect using vpn.

continuing earlier question svn+ssh checkout on vpn using tortoise svn, smartsvn failing

one new teammate (working on system, 64-bit running windows 7, same me) has checked out remote server (connected via open vpn). both of have followed same steps -

  • added project specific open vpn config files inside config folder of open vpn installation path. took these files working setup of other team members.
  • initiated open vpn connection using user.
  • ran putty's pageant.exe, selected .ppk file , entered pass phrase.

after checkout successful, did fresh installation of softwares (openvpn, tortoisesvn) using same ones has used still getting following error when trying checkout or using repository browser.

enter image description here

error reads -

to better debug ssh connection problems, remove -q option 'ssh' in [tunnels] section of subversion configuration file. network connection closed unexpectedly 

but there no such -q in config file. please read prev question svn+ssh checkout on vpn using tortoise svn, smartsvn failing see contents there.

i have verified windows firewall settings same his. but, there must difference between system , mine. here screenshot -

enter image description here

note - did not conversion of keys, copied contents inside open vpn's config folder, did. tried same files used.

my question correct way proceed here?

thanks


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -