Search notes:

~/.ssh/id_rsa

Extracting the public key

The public key can be extracted from ~/.ssh/id_rsa with ssh-keygen -y. The following diff command should exit with 0 (i. e. no differences found):
$ diff <(cat ~/.ssh//id_rsa.pub) <(ssh-keygen -y -f ~/.ssh/id_rsa -P passphrase)
$ echo $?
0

See also

~/.ssh/id_rsa.pub
~/.ssh

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