If anyone needs a quick guide on generating SSH keys for SFTP file imports
Documentation: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
- Run in git bash
ssh-keygen -t rsa -m PEM
- passphrase is not required
- You should have the keys stored by default in C:\Users\Your user\.ssh
- Rename files (Optional)
- send them the public key (file ending in .pub)
- Ask bank for
- URL to connect to
- Username
- hostkey
- hostkey type should be rsa
- port num
- To get host key
$ ssh-keyscan -t rsa -p [PORTNUM] [URL]
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article