You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* # `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]>
Copy file name to clipboardExpand all lines: docs/guides/file_sharing/sftp.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Assumptions are that:
47
47
* you are comfortable executing commands at the command line.
48
48
* you can use a command line editor, such as `vi` (used here), `nano`, `micro`, etc.
49
49
* 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)
51
51
* you have already installed `httpd` (Apache) on the server.
52
52
53
53
!!! note
@@ -515,7 +515,7 @@ Open your web browser and ensure that your `index.html` file for each domain dis
515
515
516
516
## Part 3: Administrative access with SSH key pairs
517
517
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.
519
519
520
520
### Creating the public/private key pairs
521
521
@@ -708,4 +708,4 @@ In short, many ways exist for adding another system administrator after the impl
708
708
709
709
## Conclusion
710
710
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