Thats Great!
Thank you for confirming the fix.
The problem was an internal error check (within SBB) that aborted loading the ECDSA private key data so the key data was incomplete.
Quote:
Originally Posted by rodney.hjoern
_If_ you import your public key the connection will immediately fail after being established:
As long as you only import the private key you are good.
|
I am not sure why or how this could be related, unless there is some other underlying issue (memory corruption, overrun, error) importing this specific public key?
When connecting to a SFTP server that uses Public Key authentication just the Private Key is loaded. In fact the public key is is not needed by the client at all, we just provide a way for the user to enter it so that they have a way to keep the Public/Private key pair stored all in one place.
I tried countless times to reproduce this and I have not been able to, perhaps you could test with a few other key pairs to help me narrow down the problem, or if its just a one time thing.
When importing are you setting a password and/or enabling strong private key protection?