Forum Discussion

Ksivagurunathan's avatar
Ksivagurunathan
Contributor
8 years ago

SSH Auth Binary Account

Do you have any example of creating SSH Auth account to be used in file writer snap? Here is the error message - Please ensure private key is in OpenSSH key file format.

Any help is appreciated here.

9 Replies

  • del's avatar
    del
    Contributor 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.

  • bhupender_singh's avatar
    bhupender_singh
    New 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.

  • bhupender_singh's avatar
    bhupender_singh
    New 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.