Monthly Archives: June 2009

How to Check Disk Speed on Linux

/sbin/hdparm -tT /dev/sda

Posted in Linux | Leave a comment

How to Fix "SSH Public Key Authentication Failed"

If your SSH public key authentication is failing with errors like this: $ ssh -vvv myhost.com debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/kitamura/.ssh/id_dsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply … Continue reading

Posted in Linux, SSH, Troubleshooting | 1 Comment