From 60e4a88f176d1b53a5df1237741034cee2f2c68e Mon Sep 17 00:00:00 2001 From: greatroar <@> Date: Sun, 1 Mar 2020 11:04:06 +0100 Subject: [PATCH] Changelog entry for SFTP w/ IPv6 addresses --- changelog/unreleased/pull-2592 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pull-2592 diff --git a/changelog/unreleased/pull-2592 b/changelog/unreleased/pull-2592 new file mode 100644 index 000000000..6f19dba98 --- /dev/null +++ b/changelog/unreleased/pull-2592 @@ -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