When I execute these commands (setting a passphrase, after the first)...
$ ssh-keygen -t dsa
$ chmod 600 my_key
$ chmod 600 my_key.pub
...and then, to test the passphrase...
$ ssh-add my_key.pub
...I keep getting:
Bad passphrase, try again for my_key.pub:
Bad passphrase, try again for my_key.pub:
Bad passphrase, try again for my_key.pub:
Bad passphrase, try again for my_key.pub:
...
What am I doing wrong?
This is on Ubuntu.
-i
is the private key file, strange enough. – Dumortierite