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

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-10 21:37:40

问题


In brief

Given a setup where SVN+SSH checkout over VPN is not working, and another where it is working, what is the correct procedure to find out what is the difference between two systems?

Details

I am using a 64-bit system running Windows 7. I have Open VPN and Tortoise SVN 64-bit installed.

The repository is in a remote system, and we connect using VPN.

Continuing from my earlier question SVN+SSH checkout over VPN using tortoise SVN, Smartsvn failing

One new teammate (working on exactly a system, 64-bit running windows 7, same as me) has successfully checked out from the remote server (connected via Open VPN). Both of us have followed the same steps -

  • Added some project specific Open VPN config files inside the config folder of the Open VPN installation path. Took these files from working setup of other team members.
  • Initiated Open VPN connection using a user.
  • ran Putty's Pageant.exe, selected the .ppk file and entered the pass phrase.

After his checkout was successful, I did a fresh installation of the softwares (OpenVPN, tortoiseSVN) using exactly the same ones he has used but still getting the following error when trying to checkout or using repository browser.

Error reads -

To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
Network connection closed unexpectedly

But there is no such -q in the config file. Please read my prev question SVN+SSH checkout over VPN using tortoise SVN, Smartsvn failing to see what are the contents there.

I have verified that my windows firewall settings are exactly the same as his. But, there must be some difference between his system and mine. Here is a screenshot -

Note - He did not do any conversion of keys, just copied the contents inside Open VPN's config folder, like I did. I tried with the same files he used.

My question is what is the correct way to proceed from here?

Thanks

来源:https://stackoverflow.com/questions/6776118/proper-way-to-debug-svnssh-checkout-over-vpn-failure-how-to-compare-with-a-wor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!