* docs/release: Fix scp usage with OpenSSH version >= 9.0.

Starting with this version, OpenSSH uses `scp` with the SFTP protocol as the
default.  However, SFTP is disabled on savannah.gnu.org since January 2025.
This commit is contained in:
Werner Lemberg
2025-09-08 04:51:59 +02:00
parent 007c46ebbf
commit bdd560fc4b

View File

@@ -166,7 +166,7 @@ How to prepare a new release
$FT2DEMOS_SIGNATURES \
$FTDOC_SIGNATURES"
scp $PACKAGE_LIST $SIGNATURE_LIST \
scp -O $PACKAGE_LIST $SIGNATURE_LIST \
$SAVANNAH_USER@dl.sv.nongnu.org:/releases/freetype/
rsync -avP -e ssh $FREETYPE_PACKAGES $FREETYPE_SIGNATURES \