From 2863c9a2d2a2c6aba31fcf1c17c275a1ebf9360e Mon Sep 17 00:00:00 2001 From: Adam Mooers <21245397+AdamMooers@users.noreply.github.com> Date: Sun, 20 Aug 2023 00:47:04 -0400 Subject: [PATCH] Fixed bug where scp silently switches to sftp on new version of openssh --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 0a0154e..2bc21ed 100644 --- a/build/Makefile +++ b/build/Makefile @@ -135,7 +135,7 @@ tftp: cd ../boot && py3tftp --host 192.168.2.100 -p 6969 -v copy: - scp ../boot/mmio.py ../linux/comm.py upsilon:~/ + scp -O ../boot/mmio.py ../linux/comm.py upsilon:~/ ###### External projects