Forum Discussion

Ebbe_Jensen's avatar
Ebbe_Jensen
Copper Contributor
Oct 17, 2022

SFTP, new ssh-rsa key

Hi

 

My servers acts as SFTP clients for data exchange with 3rd party companies. The SFTP I/O is handled by programming. One 3rd party is updating their SSH key on their SFTP server. I need to update my servers with the new key as well. I can use a normal SFTP client and accept the new key on the day the new server is available. But the 3rd party tell me that I can update the trust on my systems in advance using the following configuration:

 

ssh-rsa 4096 ##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##

 

But how do I update my Windows servers with the configuration line above?

 

BR,
Ebbe

1 Reply

  • raman415's avatar
    raman415
    Copper Contributor

    Ebbe_Jensen 
    open ssh_configuration file on your Widows server. then add your new SSH key this key file.

    After this save the file and restart the SSH server to made the changes apply.