Skip to content

Commit

Permalink
[FAP-26] Add Heitor's SSH key
Browse files Browse the repository at this point in the history
Problem: For FAP-26, I need to SSH into a server, but I need permission first.

Solution: Add my key to ssh-keys.nix.
  • Loading branch information
heitor-lassarote authored Jul 17, 2024
1 parent 54d4055 commit 630aa3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ssh-keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@
ruben = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDeEgqGkRli0z6ccp9ucndAroo3yShAmU2wAFws+5iGw slack@eureka"
];
# Heitor Toledo Lassarote de Paula
heitor = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8OXnif02/DPrl9ZjOTC0V+u2nPVoYuO5ZV1ryPUZhg [email protected]"
];
}

0 comments on commit 630aa3f

Please sign in to comment.