Search notes:

~/.ssh/known_hosts

~/.ssh/known_hosts is a user's known hosts file which contains a list of host keys for all hosts the user has logged into that are not already in the systemwide list of known host keys.
The following command gets a listing of the fingerprints along with their random art for all known hosts:
$ ssh-keygen -lv -f ~/.ssh/known_hosts

known_hosts does not exist

This Stackoverflow answer suggests to use ssh to create ~/.ssh/known_hosts if it does not exist.
$ ssh-keygen -R 192.168.0.103
Cannot stat /home/rene/.ssh/known_hosts: No such file or directory

$ ssh rene@192.168.0.103
…

See also

ssh-keygen -F
ssh-keygen -H
ssh-keygen -R
man sshd
Known host files

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...', 1759408439, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/home/username/_ssh/known_hosts(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78