Thank you George for suggesting that I look at the SSH server configuration. While the drag-drop, I looked at the SSH logs on the server and saw the following error message:
Aug 16 12:30:15 zlop sshd[3359]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
I added the following directive to /etc/sshd_config :
PubkeyAcceptedKeyTypes=+ssh-rsa
Now the problem is solved. I think it's an SSH problem because the error message appeared recently on several forums with a new version of SSH. For information, this problem was not present with Ubuntu 20.04 LTS, but it is present in 22.04. LTS.
Regards,
Etienne.