Search notes:

~/.ssh/authorized_keys

~/.ssh/authorized_keys lists the public keys (DSA, ECDSA, Ed25519, RSA) that can be used for logging in as this user.
The file is located on the server the user wants to connect to. It can be created with ssh-copy-id.
This file is highly sensitive. Therefore, the file should not be readable by other users
The format of this file corresponds to the conventional ~/.rhosts file (one key per line).

See also

The public key found in authorized_keys is typically aslo stored in ~/.ssh/id_rsa.pub (or ~/.ssh/id_<algorithm>.pub). The remote file can be created(?), updated(?) with ssh-copy-id
man sshd
~/.ssh
az vm show … --query osProfile.linuxConfiguration.ssh.publicKeys

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1788421587, '216.73.217.21', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/home/username/_ssh/authorized_keys(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78