Skip to content

Commit

Permalink
Add more SSH keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Jun 27, 2023
1 parent 4f12ef6 commit 290f118
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/configs/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ in
home.file = {
".ssh/id_rsa_yubikey.pub".source = ../data/ssh-david-yubikey-id_rsa.pub;
".ssh/id_ed25519_1password_github.pub".source = ../data/ssh-david-1password-github-id_ed25519.pub;
".ssh/id_ed25519_1password_gitlab.pub".source = ../data/ssh-david-1password-gitlab-id_ed25519.pub;
".ssh/id_ed25519_1password_gitee.pub".source = ../data/ssh-david-1password-gitee-id_ed25519.pub;
".ssh/id_ecdsa_sk.pub".source = ../data/ssh-david-blink-passkey-id_ecdsa_sk.pub;
".ssh/id_ecdsa_iphone.pub".source = ../data/ssh-david-blink-iphone-id_ecdsa.pub;
".ssh/id_ecdsa_ipad.pub".source = ../data/ssh-david-blink-ipad-id_ecdsa.pub;
Expand Down
1 change: 1 addition & 0 deletions home/data/ssh-david-1password-gitee-id_ed25519.pub
1 change: 1 addition & 0 deletions home/data/ssh-david-1password-gitlab-id_ed25519.pub
2 changes: 2 additions & 0 deletions nixos/configs/user.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ in
openssh.authorizedKeys.keyFiles = [
../data/ssh-david-yubikey-id_rsa.pub
../data/ssh-david-1password-github-id_ed25519.pub
../data/ssh-david-1password-gitlab-id_ed25519.pub
../data/ssh-david-1password-gitee-id_ed25519.pub
../data/ssh-david-blink-passkey-id_ecdsa_sk.pub
../data/ssh-david-blink-iphone-id_ecdsa.pub
../data/ssh-david-blink-ipad-id_ecdsa.pub
Expand Down
1 change: 1 addition & 0 deletions nixos/data/ssh-david-1password-gitee-id_ed25519.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICn7iWFoeZmDgkVfrXpna1iVFs6kzFbk0E8iF7PoVM+D
1 change: 1 addition & 0 deletions nixos/data/ssh-david-1password-gitlab-id_ed25519.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkbEZYx+S8OdPTZybXZ90Ekliy4Mz1YoPhYPq4Yinbr

0 comments on commit 290f118

Please sign in to comment.