Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone8 - scp seems broken since openssh-client=9.2p1 (was ok in 8.8) #1363

Open
bigrck64 opened this issue Feb 23, 2023 · 5 comments
Open

Comments

@bigrck64
Copy link

Hello !

Since latest scp update (openssh-client_9.2p1_iphoneos-arm.deb), I'm no more able to use SCP on my synology nas, I got the error:
subsystem request failed on channel 0 scp: Connection closed

When reverting to 8.8p1, no more problem
dpkg -i openssh-client_8.8p1_iphoneos-arm.deb
I can SCP any file from / to my NAS.

How can I help to debug this ?
Thanks for this awesome repo !

@bigrck64 bigrck64 changed the title iPhone8 - scp seems broken since openssh-client=9.2p1 (was ok in 8.8 iPhone8 - scp seems broken since openssh-client=9.2p1 (was ok in 8.8) Feb 23, 2023
@CRKatri
Copy link
Member

CRKatri commented Feb 24, 2023

Can you run with -vvv? Thank you

@Teutates
Copy link
Contributor

Teutates commented Mar 9, 2023

@bigrck64 what iOS version and jailbreak is this?

@bigrck64
Copy link
Author

bigrck64 commented Mar 9, 2023

So my jailbreak is Taurine 1.1.5 on iOS 14.3
The SCP problem is occuring when I'm trying to upload a file on one Synology NAS (up to date).
No problem with 8.8p1, no more working with 9.2p1, here are the logs with -vvv

8.8p1_ok.txt

9.2p1_failed.txt

@CRKatri
Copy link
Member

CRKatri commented Mar 9, 2023

Could you try with -O in the flags? It seems to be an issue with sftp being the backend for scp, which -O will disable.

@bigrck64
Copy link
Author

bigrck64 commented Mar 9, 2023

Good find !
File upload is okay with -O, here is the log:

9.2p1_with-O_ok.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants