Using custom private and public keys in Ezeelogin
Can a user use custom private and public keys in Ezeelogin?
Overview: This article explains how to use a custom SSH key pair during the Ezeelogin installation by specifying the private key and passphrase options.
Users can add a custom key pair during installation only. It cannot be changed to a custom key pair after installation.
Step 1: You would need to generate your own 4096-bit RSA Keys using ssh-keygen
Generating public/private rsa key pair.
Your identification has been saved in /root/test-pvt-key.
Your public key has been saved in /root/test-pvt-key.pub .
Step 2: Run the Ezeelogin installation package with the following option.
Step 3: Complete the installation. The custom public key would be used when new servers are added in and would be visible under Servers -> Global Key
The private key cannot be decrypted. To get the private key, a new global key pair has to be generated.
Related Articles:
Different key based authentication to remote server
SSH Key rotation to remote servers