davidB / git2_credentials

Provide credentials function to used with git2::RemoteCallbacks.credentials
Apache License 2.0
21 stars 4 forks source link

Failed to parse ssh/config #24

Closed davidB closed 3 years ago

davidB commented 3 years ago

Failed to parse config like

KexAlgorithms +diffie-hellman-group1-sha1

Host github.com
  HostName github.com
  IdentityFile ~/.ssh/me

Host *
  ServerAliveInterval 1
    ServerAliveCountMax 300
davidB commented 3 years ago

fixed in 0.7.3