Forum Discussion
Ebbe_Jensen
Oct 17, 2022Copper Contributor
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
- raman415Copper 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.