From 61031cfdea01592b1761784a2355cf0387509de3 Mon Sep 17 00:00:00 2001 From: edwardxml <56691903+edwardxml@users.noreply.github.com> Date: Tue, 16 Feb 2021 22:24:11 +0000 Subject: [PATCH] docs: fix broken link in sftp page Just a spare line break had crept in breaking the link form. --- docs/content/sftp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/sftp.md b/docs/content/sftp.md index 172220011..eb1427362 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -526,8 +526,8 @@ The Go SSH library disables the use of the aes128-cbc cipher by default, due to security concerns. This can be re-enabled on a per-connection basis by setting the `use_insecure_cipher` setting in the configuration file to `true`. Further details on the insecurity of -this cipher can be found [in this paper] -(http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf). +this cipher can be found +[in this paper](http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf). SFTP isn't supported under plan9 until [this issue](https://github.com/pkg/sftp/issues/156) is fixed.