CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/09/19 19:55:42
Modified files: usr.bin/ssh : scp.c scp.1 Log message: Switch scp back to use the old protocol by default, ahead of release. We'll wait a little longer for people to pick up sftp-server(8) that supports the extension that scp needs for ~user paths to continue working in SFTP protocol mode. Discussed with deraadt@