Skip to content

ssh: fix pushing or pulling from SSH with GIT_SSH_COMMAND set

Dulwich passes certain keyword arguments to SSHVendor which we do not support, including password, key_filename and ssh_command. Ignore them rather than die on unsupported arguments.

Fixes #369 (closed)

Merge request reports

Loading