Skip to content

Commit fef0e15

Browse files
# sftp.md link fixes (#1517)
* # `sftp.md` link fixes * Several relative links had the `.md` removed somehow. These have been fixed. * Update docs/guides/file_sharing/sftp.md Co-authored-by: Serge Croisé <[email protected]> --------- Co-authored-by: Serge Croisé <[email protected]>
1 parent 3cc3254 commit fef0e15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/file_sharing/sftp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Assumptions are that:
4747
* you are comfortable executing commands at the command line.
4848
* you can use a command line editor, such as `vi` (used here), `nano`, `micro`, etc.
4949
* you understand basic Linux commands used for adding groups and users, or can follow along well.
50-
* your multisite website is like this: [Apache Multisite](../../web/apache-sites-enabled/)
50+
* your multisite website is like this: [Apache Multisite](../../web/apache-sites-enabled.md)
5151
* you have already installed `httpd` (Apache) on the server.
5252

5353
!!! note
@@ -515,7 +515,7 @@ Open your web browser and ensure that your `index.html` file for each domain dis
515515

516516
## Part 3: Administrative access with SSH key pairs
517517

518-
Note that you will use concepts discussed in the document [SSH Public and Private Keys](../../security/ssh_public_private_keys) here, but also improving on it. If you are new to the process, read that article before continuing.
518+
Note that you will use concepts discussed in the document [SSH Public and Private Keys](../../security/ssh_public_private_keys,md) here, but also improving on it. If you are new to the process, read that article before continuing.
519519

520520
### Creating the public/private key pairs
521521

@@ -708,4 +708,4 @@ In short, many ways exist for adding another system administrator after the impl
708708

709709
## Conclusion
710710

711-
This document is extensive. It will make a multisite web server more secure and less prone to attack vectors over SSH when turning on SFTP for customer access. SFTP is much more secure than FTP, even if you use a really *GOOD* FTP servers and have them set up as securely as possible as noted in this [document on VSFTPD](../secure_ftp_server_vsftpd). By implementing *all* of the steps in this document, you can feel comfortable opening up port 22 (SSH) to your public zone and still know that your environment is secure.
711+
This document is extensive. It will make a multisite web server more secure and less prone to attack vectors over SSH when turning on SFTP for customer access. SFTP is much more secure than FTP, even if you use a really *GOOD* FTP server and have them set up as securely as possible as noted in this [document on VSFTPD](../secure_ftp_server_vsftpd.md). By implementing *all* of the steps in this document, you can feel comfortable opening up port 22 (SSH) to your public zone and still know that your environment is secure.

0 commit comments

Comments
 (0)