Topic:
Supported public key formats for connecting to Everbridge Suite via SFTP.
Description:
Everbridge Suite supports SSH-RSA and SSH2 format public keys.
How to Generate a new SSH key
Any SSH key management tool can be used to generate a new key, for this example Git Bash is used.
- Open Git Bash.
- Use the command below to generate a new SSH key.
- $ ssh-keygen -t rsa [-b 4096] [-C "your_email@example.com"]
- NOTE: The argument -b and -C is optional, argument -b specifies the key size. The Everbridge system support three kinds of key size; 2048, 4096, and 3072.
- $ ssh-keygen -t rsa [-b 4096] [-C "your_email@example.com"]
- When prompted to "Enter a file in which to save the key," press Enter. This accepts the default file location.
- Optionally, select a file in which to save the key (/c/Users/you/.ssh/id_rsa): [Press Enter]
- At the prompt, press Enter to set an empty passphrase.
- Optionally, enter a passphrase : [Type a passphrase].
- Enter same passphrase again: [Type passphrase again].
There will be two files "ssh" and "ssh.pub" in the folder. The text in the ssh.pub file is the public key.
Add the Public Key to an Everbridge Organization
Once a public key is generated, it can be added to an Everbridge organization so that contacts can be uploaded securely using SFTP. Follow the steps below to add a public key to an Everbridge organization:- Login to the Manager Portal and select the desired organization from the upper right-hand side of the page.
- Click on the Settings tab.
- Click on Contacts and Groups from the left-hand side of the page.
- Click on Secure FTP.
- Select the radio button next to Public Key.
- Enter an SFTP Key Name.
- Copy the text from the ssh.pub file and paste it in the text box next to SFTP Public Key:.
- Click Add.
Article Feedback
While we can’t respond to you directly, we’d love to know how we can improve the article.
Please sign in to leave a comment.