feat(FN-011): complete Step 3 — SSH key pair generation and lifecycle

Fusion-Task-Id: FN-011
Fusion-Task-Lineage: 4a9aca6f-9d91-43aa-8d2a-d59657c1541a
This commit is contained in:
Fusion
2026-05-14 07:36:35 +02:00
parent 2037359e8d
commit edfbce9635
2 changed files with 92 additions and 0 deletions
+3
View File
@@ -2,6 +2,7 @@
from app.git.credentials import AccessTokenCredential, CredentialStorage, GitCredential
from app.git.provider import GitProvider
from app.git.ssh_key import SshKeyLifecycle, SshKeyPair
from app.git.types import ConnectionStatus, CredentialKind, ProviderKind, SshKeyStatus
__all__ = [
@@ -12,5 +13,7 @@ __all__ = [
"GitCredential",
"GitProvider",
"ProviderKind",
"SshKeyLifecycle",
"SshKeyPair",
"SshKeyStatus",
]