Compare commits

...

2 Commits

Author SHA1 Message Date
6eee5ac150
Merge pull request #80 from Mastermindzh/hotfix/ssh-keys
fix(keys.json): Replaced the laptop, so replaced the key
2025-02-04 14:57:38 +01:00
7e897d7aa7 fix(keys.json): Replaced the laptop, so replaced the key
I got a new Framework laptop so its new SSH key is replacing the older HP key. The HP key has been
deleted

BREAKING CHANGE: Any access to accounts with the key has been revoked, the private key is also
destroyed.
2025-02-04 14:44:39 +01:00

View File

@ -1,5 +1,5 @@
{
"documentSigningKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPH8NJi1EDmYv6mMtd8eC9VBPDf/faGn9GV2PhSo4KtK",
"workLaptop": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4LSpR4wx4U/ruu5qZ7hCERSyINp2tCk6IS7cYPfKt+",
"workLaptop": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIG5VEDMI0GkOUVjLsSLQF1mRr9UbdXF3YPIsYtqyXxj",
"devPc": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9hfhULcwnmtzXATxU6oqWPhTS06WXPVzx28knx9rPL"
}
}