JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

ssh-askpass not required/recommended as part of installation for this plugin #1588

Closed Lilrock closed 6 months ago

Lilrock commented 1 year ago

Issue

Unable to checkout repository. shown error in console: ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory

Steps to Reproduce

  1. Install Visual Studio Code
  2. Install SVN
  3. Install SVN plugin
  4. Attempt checkout

SVN Output

Using svn "1.14.1" from "svn"
[visualPlayground]$ svn checkout svn+lrg://user@127.0.0.1@/ /home/user/Workspace/visualPlayground/mysvn
[visualPlayground]$ ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
[visualPlayground]$ Permission denied, please try again.
[visualPlayground]$ ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
[visualPlayground]$ Permission denied, please try again.
[visualPlayground]$ ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
[visualPlayground]$ Received disconnect from 127.0.0.1 port 30:2: Too many authentication failures
[visualPlayground]$ Disconnected from 127.0.0.1 port 30
[visualPlayground]$ svn: E170013: Unable to connect to a repository at URL 'svn+lrg://user@127.0.0.1'
[visualPlayground]$ svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
[visualPlayground]$ svn: E210002: Network connection closed unexpectedly

Tunnel for ssh simply states: lrg = ssh -p 30 --

Screenshots

No screen shot required, all information provided above