fix-ssh-warning.sh # Remove all old entries for my.example.com ssh-keygen -R my.example.com # Scan all supported fingerprints from the new server and insert them in your known_hosts file ssh-keyscan my.example.com >> ~/.ssh/known_hosts 22.01.2026 | Marc Hitscherich Fix SSH warning "Remote host identification has changed" after server move.
PasswordItem.php /** * Defines the 'password' entity field type. * * @FieldType( * id = "password", * label = @Translation("Password"), * description = @Translation("An entity field containing a password value."), * no_ui = TRUE, * ) */ 18.12.2025 | Michael Böker How to add a password field to an entity as the Field_UI has none to offer