From 6b5fad2289bcb144360ef9c30ea0d72a04d9e6c6 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Wed, 25 Mar 2026 01:15:15 -0400 Subject: [PATCH] feat: SSH key generator save-to-file buttons Save Private Key and Save Public Key buttons download the generated keys as id_ed25519/id_rsa (private) and .pub (public) files. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/tools/SshKeyGen.vue | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/components/tools/SshKeyGen.vue b/src/components/tools/SshKeyGen.vue index fef7c41..03d69fe 100644 --- a/src/components/tools/SshKeyGen.vue +++ b/src/components/tools/SshKeyGen.vue @@ -36,8 +36,12 @@