Skip to main content

Why is my SFTP connection rejected?

Written by Oliver Schallehn
Updated over 8 months ago

Due to an ssh log on the host machine it can happen that due to security reasons an SFTP connection is rejected. In this case there are two options:

  1. Recreate the SFTP upload/share: Note the new credentials then need to be shared again.

  2. Clean up the log using the following command:

    1. Linux systems, or subsystems, or macOS**:** cmd ssh-keygen -R [ip] [ip] is the IP of the SFTP credential provided

    2. For Windows systems the behavior was not observed yet.

Did this answer your question?