I received an update today saying scp was fixed for non standard ports. However, I have been unable to get scp working on any port.
scp iCloud/myfile.txt ubuntuvm:~
Gives the following error:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
curl: (51) SSL peer certificate or SSH remote key was not OK
This error is the same if I replace ubuntuvm with its IP address.
The ssh remote key is fine as I can ssh ubuntuvm without issue in the same shell.
I get the same error when trying to transfer a file in either direction.
From the linked issue, this comment explains the cause: https://github.com/blinksh/blink/issues/564#issuecomment-438658248
Now almost a year later, this is still not working. It would be nice if this is moved to the stop of list of things to fix!!!
Yep, this is top priority. But requires to move to OpenSSH. This is a ton of work, that we will start after v13 release.
Yep, this is top priority. But requires to move to OpenSSH. This is a ton of work, that we will start after v13 release.
I and many others have paid for this app, which has a major problem ... I do understand that it takes time to fix issues, but is a major flaw which should be listed as a āknow issueā on the AppStore.
It actually works. If you connect to host with ssh2 command first. scp is implemented with libcurl, which is not understand any other keys except RSA. Sorry for that.
It actually works. If you connect to host with ssh2 command first. scp is implemented with libcurl, which is not understand any other keys except RSA. Sorry for that.
1) āssh2ā to the destination server
2) āscp āāsource filenameāā āāuserāā@āādest serverāā:~/āādest filenameāā ā
That works... but it would be nice if one does not have to google for this.
We have few options here.
scp with porting to OpenSSHhow about scp with password? not public key?
Hello @yury as you mentioned that scp is fixed but I still canāt copy files from remote to my device. Is ed25519 still not supported?
Hi @yury I can ssh to the server. But I cannot use scp to transport files. I try to use ssh2 first. But scp still does not work.
Two years later and this is still not working! I and many other paid $20 for this app, and this doesnāt even work! Thereās no warning, no comment on the App Store page, nothing. Itās not even like this is impossible to fix. Half the reason I bought this app was so that I could easily copy things from the terminal on my remote servers to my iPhone and iPad. Thatās impossible with the ssh2 workaround. So whatās the deal with this? Will it ever be fixed or should I start asking for a refund? Two years is plenty of time where this shouldāve been handled.
@j3r1ch0 we are working on new scp implementation. Hope to push it soon
Any news around when this will be fixed? Iām still having trouble using scp as of Blink 13.5.10. Iāve tried with the ssh2 solution, specifying the path with no default home folder and even passing the ā insecure argument. No luck, still curl(67) error, really frustrating. Will this be resolved in Blink version 14? And are there any news on when version 14 will be released?
Okay, it seems I found a somewhat not-pretty solution for my problem.
Works after that
Most helpful comment
I and many others have paid for this app, which has a major problem ... I do understand that it takes time to fix issues, but is a major flaw which should be listed as a āknow issueā on the AppStore.