Changelog entry for SFTP w/ IPv6 addresses

This commit is contained in:
greatroar 2020-03-01 11:04:06 +01:00
parent e1969d1e33
commit 60e4a88f17
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Bugfix: SFTP backend supports IPv6 addresses
The SFTP backend now supports IPv6 addresses natively, without relying on
aliases in the external SSH configuration.
https://github.com/restic/restic/pull/2592