chore(release): SFTP host verification support (known_hosts or hostpub fingerprint)
This commit is contained in:
parent
4516f9f2a9
commit
a3d0c380ee
2 changed files with 36 additions and 10 deletions
|
|
@ -14,3 +14,8 @@ FTP_USER=your-ftp-username
|
|||
FTP_PASS=your-ftp-password
|
||||
# Remote directory to upload signed artifacts (e.g., /addons/archive-org-link-grabber/)
|
||||
FTP_REMOTE_DIR=/path/on/server
|
||||
|
||||
# SFTP host verification (SFTP only; choose one)
|
||||
# SFTP_KNOWN_HOSTS=/home/you/.ssh/known_hosts
|
||||
# SFTP_HOST_PUBKEY_SHA256=base64sha256fingerprint
|
||||
# SFTP_HOST_PUBKEY_MD5=aa:bb:cc:dd:...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue