docs: fix broken link in sftp page
Just a spare line break had crept in breaking the link form.
This commit is contained in:
parent
d96af3b005
commit
863bd93c30
1 changed files with 2 additions and 2 deletions
|
@ -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
|
default, due to security concerns. This can be re-enabled on a
|
||||||
per-connection basis by setting the `use_insecure_cipher` setting in
|
per-connection basis by setting the `use_insecure_cipher` setting in
|
||||||
the configuration file to `true`. Further details on the insecurity of
|
the configuration file to `true`. Further details on the insecurity of
|
||||||
this cipher can be found [in this paper]
|
this cipher can be found
|
||||||
(http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf).
|
[in this paper](http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf).
|
||||||
|
|
||||||
SFTP isn't supported under plan9 until [this
|
SFTP isn't supported under plan9 until [this
|
||||||
issue](https://github.com/pkg/sftp/issues/156) is fixed.
|
issue](https://github.com/pkg/sftp/issues/156) is fixed.
|
||||||
|
|
Loading…
Reference in a new issue