fixes and improvements

This commit is contained in:
2026-05-07 13:48:10 +02:00
parent bba23165ab
commit efc9b247c7
8 changed files with 344 additions and 245 deletions
+2
View File
@@ -105,6 +105,8 @@ export interface SSHKeyInput {
name: string;
private_key: string;
passphrase: string;
public_key: string;
fingerprint: string;
notes: string;
}