Fixed bug where scp silently switches to sftp on new version of openssh

This commit is contained in:
Adam Mooers 2023-08-20 00:47:04 -04:00
parent b1fb245908
commit 2863c9a2d2
1 changed files with 1 additions and 1 deletions

View File

@ -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