How can the -O option for scp transfers be used to override openSSH 9 default of sftp?
Changes to default behavior of scp from openSSH version 8 to version 9 require using scp with -O option to override the default use of the sftp protocol. How can scp be configured to use the older protocol?