Fetch User Keys - simple tool for fetching SSH keys from various sources
1# SPDX-FileCopyrightText: 2024 Łukasz Niemier <#@hauleth.dev>
2#
3# SPDX-License-Identifier: EUPL-1.2
4
5[[entry]]
6name = "hauleth"
7keys = [
8 { github = "hauleth" },
9 { sourcehut = "~hauleth" },
10 { tangled = "@hauleth.dev" }
11]
12
13[[entry]]
14name = "sourcehut"
15keys = [
16 { hosts = [ "git.sr.ht", "hg.sr.ht" ] }
17]