You are not logged in.

#1 2020-08-13 13:36:40

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

What to do with the new AUR SSH HostKeys?

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

#3 2020-08-13 14:14:54

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: What to do with the new AUR SSH HostKeys?

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

#4 2020-08-16 23:19:11

Phydoux
Member
Registered: 2020-03-02
Posts: 30

Re: What to do with the new AUR SSH HostKeys?

progandy wrote:

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

#5 2020-08-17 04:31:25

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: What to do with the new AUR SSH HostKeys?

Phydoux wrote:

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

Board footer

Powered by FluxBB