File tree Expand file tree Collapse file tree 3 files changed +636
-44
lines changed Expand file tree Collapse file tree 3 files changed +636
-44
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ Similar in name to FTP but this protocol is entirely new and requires SSH access
232
232
- Most web hosts change the default port (21), check with your host for your port number
233
233
234
234
235
- # #### [Setting up `known-hosts` allows you to remove the `--insecure` argument.](#known-hosts-setup)
235
+ # ## Known Hosts Setup
236
236
**Windows**
237
237
In powershell run `ssh-keyscan -p <sshport> <hostname>` and copy the hash output
238
238
Example for samkirkland.com `ssh-keyscan -p 7822 samkirkland.com`
@@ -384,13 +384,13 @@ jobs:
384
384
<details id="cant-access-remote-sftp">
385
385
<summary>Can't access remote 'sftp://', exiting...</summary>
386
386
387
- See ** "Failed to upload files"** section above
387
+ See [ "Failed to upload files"](#failed-to-upload) section above
388
388
</details>
389
389
390
390
<details id="cant-access-remote-ftps">
391
391
<summary>Can't access remote 'ftps://', exiting...</summary>
392
392
393
- See ** "Failed to upload files"** section above
393
+ See [ "Failed to upload files"](#failed-to-upload) section above
394
394
</details>
395
395
396
396
<details id="files-arent_uploading">
You can’t perform that action at this time.
0 commit comments