Compare commits
24 commits
Author | SHA1 | Date | |
---|---|---|---|
920993a71e | |||
070f8c3e7b | |||
298ff69827 | |||
5da28562a2 | |||
9dfd579650 | |||
79f47afb96 | |||
7e9866171e | |||
c0976a56a9 | |||
9736f68157 | |||
5fb7d17f0a | |||
2af9aae496 | |||
74f71728c3 | |||
b5fdbdacdc | |||
cb49027fb9 | |||
5c23cf49d7 | |||
64bc7158c1 | |||
b05ee69d11 | |||
9c964cffe0 | |||
4ac30e66b8 | |||
fc0a0293a9 | |||
39d7838f64 | |||
46b9bc39be | |||
4e75f43a94 | |||
65fe80d16f |
10 changed files with 36 additions and 3 deletions
19
.forgejo/workflows/validate-keys.yaml
Normal file
19
.forgejo/workflows/validate-keys.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: 'code.forgejo.org/oci/ci:1'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: for i in *.pub; do ssh-keygen -l -f $i; done
|
||||
- run: |
|
||||
echo assembeling authorized keys &&
|
||||
cat *.pub > authorized_keys
|
||||
- run: ssh-keygen -l -f authorized_keys
|
10
README.md
10
README.md
|
@ -1,3 +1,11 @@
|
|||
# schaffendoor-sshkeys
|
||||
|
||||
sshkeys for schaffenburgs door
|
||||
sshkeys for schaffenburgs door
|
||||
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Please make sure your pubkey File includes a newline at the end.
|
||||
|
||||
|
||||
> [!TIP]
|
||||
> You can add multiple Pubkeys to your file
|
||||
|
|
1
byte.pub
1
byte.pub
|
@ -1 +1,2 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDWcYvzMXydV3n3S5DfT5C0TGQROKC2OUr/WLo+ohqZ7
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYfR9R1unNcDxCiS9lIYG1xEgZHF9/1zHrOn/Gn9tqB
|
||||
|
|
1
dampfkadse.pub
Normal file
1
dampfkadse.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILg2aEKTiiV/+QS7PYYlhkPQrr62c12WSzO44guhKUc9
|
1
ember.pub
Normal file
1
ember.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAeNzYYy6rn3k5lyolbMqU/g9Y3k1hdQ1uxzQzhTzkwc
|
2
jan.pub
2
jan.pub
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH5YVYv9KTNFbyqVznFvtf30rpm73QvyjPsAjpiMaO01 jan@fairphone
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH5YVYv9KTNFbyqVznFvtf30rpm73QvyjPsAjpiMaO01 jan@fairphone
|
||||
|
|
1
lizzy.pub
Normal file
1
lizzy.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH5PzCghd5TRUw49y6c+LtmYh092ZOtFA4ddc+fScOUM fleckenstein@azalea
|
1
lua.pub
Normal file
1
lua.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIpS4xKj2brPHtzqiMnpxnQvRTGM6hzt3mpQF8e9wJW u0_a373@phone
|
1
okoemm.pub
Normal file
1
okoemm.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDgFyPhfl7ONiJQ+f0KJytPvdl2m0p74/+m1K4ZukAyT okoemm@iphone
|
2
poly.pub
2
poly.pub
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILU/lWTUgayVrm1SgAG97p73dXCn1l+IrPqW5Vg5sj9O
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILU/lWTUgayVrm1SgAG97p73dXCn1l+IrPqW5Vg5sj9O
|
||||
|
|
Loading…
Add table
Reference in a new issue