SSH configuration path is not ~/.ssh/config by default (#145)

SSH configuration path is not `~/.ssh/config` by default
This commit is contained in:
Christian Visintin
2023-02-10 15:51:47 +01:00
committed by veeso
parent 251b125cbb
commit 1c75c7d386
3 changed files with 21 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ Released on ??
> 🦥 The lazy update
- **Default ssh config path**:
- SSH configuration path is now `~/.ssh/config` by default
- **Bugfix**:
- Fixed [Issue 126](https://github.com/veeso/termscp/issues/126)
- Fixed [Issue 141](https://github.com/veeso/termscp/issues/141)