diff options
author | Franck Cuny <franck@fcuny.net> | 2023-09-14 17:57:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-09-14 19:13:40 -0700 |
commit | 0eb76d0ae036549203e117bf187450ee495a8953 (patch) | |
tree | e727cfe3381d9391f8da3902fadf382601e0203e /configs | |
parent | flake.lock: Update (diff) | |
download | world-0eb76d0ae036549203e117bf187450ee495a8953.tar.gz |
add ssh key from 1passowrd and sign commits
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ssh-pubkeys.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ssh-pubkeys.toml b/configs/ssh-pubkeys.toml index 6f9c980..6068e38 100644 --- a/configs/ssh-pubkeys.toml +++ b/configs/ssh-pubkeys.toml @@ -11,3 +11,6 @@ ykey-backup="sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29t # this key is used to perform backups restic="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB/0b3IjqeCHQ+b4qZoptrmG/twV4Zj4BIH1yl7Y5cW9" + +# 1password +op="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9r1KALhtItqMjxHQS0/5eWJm4UF/i38QATZIi1Pqm2" |