diff --git a/libs/common/src/vault/services/cipher.service.ts b/libs/common/src/vault/services/cipher.service.ts index fbe48044aec2..739bb084c749 100644 --- a/libs/common/src/vault/services/cipher.service.ts +++ b/libs/common/src/vault/services/cipher.service.ts @@ -1551,7 +1551,7 @@ export class CipherService implements CipherServiceAbstraction { { privateKey: null, publicKey: null, - keyAlgorithm: null, + keyFingerprint: null, }, key, ); diff --git a/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html b/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html index 718cf31025c8..e2cd87d9ed5b 100644 --- a/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html +++ b/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html @@ -14,10 +14,5 @@

{{ "sshFingerprint" | i18n }} - - - {{ "sshKeyAlgorithm" | i18n }} - -