mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
Fix SSH auth with id keys (#347)
I fixed the id_rsa/id_ed25519 SSH auth issue on Mac and now termscp should respect the key-based authentication, just like the regular ssh user@hostname, without the need for any ssh agents. --- Co-authored-by: Lucas Czekaj <lukasz@czekaj.us>
This commit is contained in:
committed by
GitHub
parent
783da22ca2
commit
81ae0035c3
@@ -46,6 +46,7 @@
|
||||
Released on 31/07/2025
|
||||
|
||||
- **Updated dependencies** and updated the Rust edition to `2024`
|
||||
- [Issue 345](https://github.com/veeso/termscp/issues/345): Default keys are used from `~/.ssh` directory if no keys are resolved for the host.
|
||||
|
||||
## 0.17.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user