Fixed bug where scp silently switches to sftp on new version of openssh
This commit is contained in:
parent
b1fb245908
commit
2863c9a2d2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue