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

Unable to connect via SFTP with windows client #12726

Closed
davidrot opened this issue Dec 29, 2021 · 2 comments
Closed

Unable to connect via SFTP with windows client #12726

davidrot opened this issue Dec 29, 2021 · 2 comments
Labels
help wanted sftp SFTP Protocol Implementation

Comments

@davidrot
Copy link

Hello,
I am unable to connect to my vps via ssh key (ed or rsa). It is working for me with the same credentials on mac (7.4.1). I have tried several versions for windows 8.2.0, 8.0.0 and 7.10.0. I have tried two different remote machines.

I have checked the auth.log, first 4 lines are from windows, last line is from mac.

Dec 29 16:25:32 vmd85532 sshd[]: Received disconnect from 185.17.205.xx port 16509:11:  [preauth]
Dec 29 16:25:32 vmd85532 sshd[]: Disconnected from authenticating user root 185.17.205.xx port 16509 [preauth]
Dec 29 16:25:47 vmd85532 sshd[]: Received disconnect from 185.17.205.xx port 16491:11:  [preauth]
Dec 29 16:25:47 vmd85532 sshd[]: Disconnected from authenticating user root 185.17.205.xx port 16491 [preauth]
Dec 29 16:27:40 vmd85532 sshd[]: Accepted publickey for root from 185.17.205.xx port 16434 ssh2: ED25519 SHA256:+GWJXWOEDTdb99xrBBPe8IYkM2wZkEK6ZGT7MPN+1sg
@dkocher dkocher added help wanted sftp SFTP Protocol Implementation labels Dec 29, 2021
@dkocher
Copy link
Contributor

dkocher commented Jan 5, 2022

Possible duplicate of #12733.

@ylangisc
Copy link
Contributor

ylangisc commented Jan 6, 2022

Can you please post the debug output when executing the following command on your macOS?

ssh -i [KEYFILE] [HOSTNAME] -vv

@dkocher dkocher closed this as completed Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

3 participants