Hello! On macOS 10.14 (and some 10.15) with a pre-8.0 OpenSSH, the check for the `-T' option when using SCP gives an incorrect result because the error message (presumably from the BSD getopt(3)) is different than what is checked for. The below patch fixes that. Apple upgraded OpenSSH from 7.9 to 8.1 for macOS 10.15.4 and with that the `-T' option to SCP became available.