SSH Auth Account
This page is no longer maintained (Nov 12, 2025). For the most current information, go to https://docs.snaplogic.com/snaps/snaps-core/sp-binary/ssh-auth-acct.html.
In this article
Overview
You can use this account type to connect Binary Snaps with data sources that use SSH Auth accounts.
The SSH Auth Account supports all popular Public-key cryptography algorithms.
RSA
ssh-rsa, header-----BEGIN RSA PRIVATE KEY-----…-----END RSA PRIVATE KEY-----DSA
ssh-dsa, header-----BEGIN DSA PRIVATE KEY-----…-----END DSA PRIVATE KEY-----ECDSA
ecdsa-*, header:-----BEGIN EC PRIVATE KEY-----…-----END EC PRIVATE KEY-----EdDSA
ssh-ed25519andssh-ed448, header:-----BEGIN OPENSSH PRIVATE KEY-----…-----END OPENSSH PRIVATE KEY-----
We recommend that you use EdDSA for modern systems where both the client and server support it, since it offers better security. RSA with larger key sizes like 2048 and 4096 offers good security while being compatible with older systems.
Account Settings
Field | Field Type | Description | |
|---|---|---|---|
Label* Default Value: N/A | String | Specify a unique label for the account instance. | |
Username* Default Value: N/A | String/Expression | Specify the Account username or use the Expression enabler to select the appropriate value. | |
Private key* Default Value: N/A | String/Expression | Specify the private key for SSH authentication. Ensure that the private key is with header and footer. This is a multi-line field that allows you to copy paste the private key along with its header and footer. For an SSH account, you must generate a public/private key for snapuser on the Groundplex, add the private key and username to the SSH account settings in SnapLogic, add public key to the sftp machine for that user. The Private key must be enclosed within the BEGIN RSA PRIVATE Key and END RSA PRIVATE KEY, as shown below: | |
Key passphrase Default Value: N/A | String/Expression | Specify the passphrase to decrypt the private key. | |
Account Encryption
Standard Encryption | If you use Standard Encryption, the High sensitivity settings under Enhanced Encryption are used. | |
|---|---|---|
Enhanced Encryption | If the account you are using has the Enhanced Encryption feature, the account fields are encrypted for each sensitivity level as shown below:
| |
Creating SSH Key Using PuTTY Key Generator
Related Content
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2025 SnapLogic, Inc.