From 5c9752ad9b44771ff3d02dd7cd08c87a0c01877a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 28 Jan 2026 14:30:53 +0000 Subject: [PATCH] Add ssh key for yuri --- cookbooks/accounts/files/default/yuri/.ssh/authorized_keys | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cookbooks/accounts/files/default/yuri/.ssh/authorized_keys diff --git a/cookbooks/accounts/files/default/yuri/.ssh/authorized_keys b/cookbooks/accounts/files/default/yuri/.ssh/authorized_keys new file mode 100644 index 000000000..c490a2eb5 --- /dev/null +++ b/cookbooks/accounts/files/default/yuri/.ssh/authorized_keys @@ -0,0 +1,2 @@ +# DO NOT EDIT - This file is being maintained by Chef - use authorized_keys2 instead +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRVYqSQnYvQ6ycaXl8bO1qxNrCw5vn1h8s+YTTEhvyK YuriAstrakhan@gmail.com -- 2.39.5