View Single Post
05/20/22, 09:10 AM   #3
Drummerx04
AddOn Author - Click to view addons
Join Date: Sep 2017
Posts: 54
Originally Posted by wookiefriseur View Post
Try a higher verbosity:
Code:
ssh -vvv
. Maybe that will provide a better hint at what is happening.


I guess your pk already has the correct file access lvl? You can try to change it to the accepted value, if it is not already:
Code:
chmod 600 .\d_ed25519
I have tried modifying the file permissions and it does not change the debug output. The testing was done on my Windows box, but I generated new keys on my mac, uploaded the public key, and I'm getting the same series of debug messages (but for the new fingerprints).

I'm kind of getting the impression that there may be a server issue, but if everyone else (who tries) is connecting just fine, then that seems less likely.
  Reply With Quote