You are not logged in.
What config file have I to change to use the new keys and how ?
In $HOME/.ssh/known_hosts it seems to be written the keys not the fingerprints.
Should I edit this file manually?
This is not very clear for me, so I need help with the ssh connexion configuration.
Thanks in advance.
Offline
Offline
seth, I don't think that was the question. Berbae wants to know how to get ssh to allow connections with the new host key when the old one is stored in known_hosts.
@berbae: You can edit the known_hosts file manually or remove the old key with a command and then verify the fingerprint during the next connection attempt.
ssh-keygen -R aur.archlinux.org
Last edited by progandy (2020-08-13 14:15:41)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
seth, I don't think that was the question. Berbae wants to know how to get ssh to allow connections with the new host key when the old one is stored in known_hosts.
@berbae: You can edit the known_hosts file manually or remove the old key with a command and then verify the fingerprint during the next connection attempt.
ssh-keygen -R aur.archlinux.org
I just looked in my /.ssh/known_hosts file and aur.archlinux.org is not in there. I am also having trouble downloading things that need a GPG key from the AUR. Specifically, ttf-unifont.
The keys listed at arch.org... Do those need to go into this file? If so, how? Do they go with aur.archlinux.org? If so, How?
All I have in that file are the gitlab.com and github.com key (probably for my accounts there), all of my SSH keys.
Last edited by Phydoux (2020-08-16 23:27:59)
Offline
I am also having trouble downloading things that need a GPG key from the AUR. Specifically, ttf-unifont.
Those are GPG keys, not SSH host keys. seth has linked the relevant documentation. The default hkps keyserver pool does not answer most of the time, so you'll have to change to a different keyserver or pool in ~/.gnupg/dirmngr.conf
An SSH host key for the AUR is only necessary if you maintain a package.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline