You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 3.1.2 of the iAPP, error message "Unable to decrypt text of length (4338) which exceeds the max of (4048)" comes up when using a 4096 bit RSA key. To reproduce:
Generate a 4096 bit RSA key on the BIG-IP: 'ssh-keygen -t rsa -b 4096'
a. file saved to /root/.ssh/id_rsa
b. passphrase left blank
Copy the RSA public key from BIG-IP to SCP/SFTP/SSH server
a. cat .ssh/id_rsa.pub | ssh root@server 'cat >> .ssh/authorized_keys'
Within the iAPP for the 'Copy/Paste the SSH private key to be used for passwordless authentication' setting, place the 4096 bit RSA private key, then click the Finished button.
a. No error message is seen at this point
Reconfigure the iApp, then adjust the backup time setting, then click the Finished button.
a. Error message is seen at this point
In looking at /var/log/ltm & /var/tmp/scriptd.out, no log entries are created when this fails.
The text was updated successfully, but these errors were encountered:
This could be a bug/limitation in iApp fields designated as type "password" (which I use to encrypt the value in the configuration). I'll poke around a bit.
One idea I have to work around this assumed limitation would be to allow a key-length selection box which when 4096 or higher is selected, a second key field appears. The key would have to be pasted in two parts which the script would recombine and use.
With version 3.1.2 of the iAPP, error message "Unable to decrypt text of length (4338) which exceeds the max of (4048)" comes up when using a 4096 bit RSA key. To reproduce:
a. file saved to /root/.ssh/id_rsa
b. passphrase left blank
a. cat .ssh/id_rsa.pub | ssh root@server 'cat >> .ssh/authorized_keys'
a. No error message is seen at this point
a. Error message is seen at this point
In looking at /var/log/ltm & /var/tmp/scriptd.out, no log entries are created when this fails.
The text was updated successfully, but these errors were encountered: