mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
tea previously set GIT_SSH_COMMAND=ssh for every SSH operation, even when it had no identity or passphrase to inject. Let git fall back to its own SSH command in that case so core.sshCommand, GIT_SSH_COMMAND, and the normal OpenSSH known_hosts handling are respected. Add regression coverage for ed25519 key parsing and CLI SSH auth setup. Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com> |
||
|---|---|---|
| .. | ||
| auth.go | ||
| auth_test.go | ||
| backend.go | ||
| backend_test.go | ||
| branch.go | ||
| cli_backend.go | ||
| cli_backend_test.go | ||
| network.go | ||
| remote.go | ||
| repo.go | ||
| repo_cli_test.go | ||
| types.go | ||
| url.go | ||
| url_test.go | ||