Forum Discussion
9 Replies
- delContributor III
@Ksivagurunathan, here is a generic document I put together for my team for creating SSH key pairs. Someone on this forum may have a better approach. However, see step #10 to ensure you get an OpenSSH format.
- KsivagurunathanContributor
Thanks for quick response. amn’t able to see any document attached. can you please attach it again
- delContributor III
Funny, just staring at the document doesn’t actually attach it! 🙂
Here it is… Generate SSH Key Pair (1).docx (41.6 KB)
- bhupender_singhNew Contributor III
Sorry for asking a question in your thread but I am trying to enable SSH Tunneling in MySQL Account. I have host name, username and a private rsa key (want to use as key-file). I have tried various options like using rsa private key directly and .pem key. Nothing is working, any suggestion will be highly appreciated.
- KsivagurunathanContributor
Currently we aren’t using MYSQL in our project. but do you think you don’t have enough information in this link - https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438790/MySQL+Account
- bhupender_singhNew Contributor III
Thanks @Ksivagurunathan for the link and Yeah I have already been through that information but it doesn’t relate to rsa private key. I just have rsa private key to enable this tunnel. I am able to make this tunnel using puTTY by creating a private key in .ppk format using given rsa private key with help of puTTYgen. It’s just I am trying to figure out any way of doing it through MySQL account in SnapLogic.