Last Modified: Apr 28, 2025
                                            Affected Product(s):
                                            BIG-IP LTM
                                        
                                            Known Affected Versions:
                                            17.1.0.1, 17.1.0.2, 17.1.0.3
                                        
                                            Fixed In:
                                            17.5.0, 17.1.1, 16.1.5
                                        
                                Opened: Jun 07, 2023 Severity: 3-Major
                                
                                    
The password prompt is not displayed when trying ssh to localhost.
SSH to localhost will not work.
1. Create test_user, # tmsh create auth user test_user password abcde shell bash session-limit -1 partition-access replace-all-with { all-partitions { role admin } } # tmsh save sys config 2. Try login localhost using test_user, config # ssh test_user@localhost config # --->!!!!! no password prompt shown up
Ssh-rsa key was deprecated on 17.1.0.1 and need to replace/copy ECDSA key to ssh_known_hosts. Replacing the RSA key in ssh_known_hosts with the ECDSA key. sed -ie '/^localhost/s//#&/' /config/ssh/ssh_known_hosts; echo "locahost,localhost.localdomain $(cat /config/ssh/ssh_host_ecdsa_key.pub)" >> /config/ssh/ssh_known_hosts
None