I have set up keychain to use an id_rsa key. After latest world updates, I am asked for a passphrase repeatedly. I got the following files/entries:
~/.ssh: authorized_keys config id_rsa
id_rsa.pub known_hosts
..
/etc/ssh/sshd_config (perhaps irrelevant here, however, it is the same setup used in other system into which I ssh from the current one)
PermitRootLogin no
PubkeyAuthentication yes
PasswordAuthentication no
PermitEmptyPasswords no
UsePAM no
AllowTcpForwarding yes
X11Forwarding yes
AcceptEnv LANG LC_*
I have added the Key, again, via ssh-add to be sure it is used. I am still not sure why it stopped working, nor why it is not working now, even after checking that ssh-agent is (already) running. What else should I check?
Question
NikosAlexandris
I have set up keychain to use an id_rsa key. After latest world updates, I am asked for a passphrase repeatedly. I got the following files/entries:
~/.ssh:
authorized_keys
config
id_rsa
id_rsa.pub
known_hosts
..
/etc/ssh/sshd_config (perhaps irrelevant here, however, it is the same setup used in other system into which I ssh from the current one)
~/.gnupg:
gpg-agent.conf
gpg.conf
private-keys-v1.d (directory)
pubring.gpg
random_seed
secring.gpg
trustdb.gpg
..
~/.keychain/
..
tpx1c2g-sh
tpx1c2g-sh-gpg
~/bash_profile
I have added the Key, again, via ssh-add to be sure it is used. I am still not sure why it stopped working, nor why it is not working now, even after checking that ssh-agent is (already) running. What else should I check?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts