Skip to content

Commit 4aadb4a

Browse files
committed
Fix known hosts example to include known-hosts arg
1 parent c472279 commit 4aadb4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ jobs:
264264
ftp-server: sftp://ftp.samkirkland.com:7280/
265265
ftp-username: mySFTPUsername
266266
ftp-password: ${{ secrets.SFTP_PASSWORD }}
267-
git-ftp-args: --insecure # if your certificate is setup correctly this can be removed (see known-hosts argument)
267+
known-hosts: [samkirkland.com]:7822 ssh-rsa AAAA...5Spw==
268+
# add the following line instead if your certificate is setup incorrectly
269+
# git-ftp-args: --insecure
268270
```
269271

270272
### Build and Publish React/Angular/Vue Website

0 commit comments

Comments
 (0)