Page MenuHomec4science

PassphraseCredentialTypeSSHPrivateKeyText.php
No OneTemporary

File Metadata

Created
Mon, Jul 1, 03:57

PassphraseCredentialTypeSSHPrivateKeyText.php

<?php
final class PassphraseCredentialTypeSSHPrivateKeyText
extends PassphraseCredentialTypeSSHPrivateKey {
public function getCredentialType() {
return 'ssh-key-text';
}
public function getCredentialTypeName() {
return pht('SSH Private Key');
}
public function getCredentialTypeDescription() {
return pht('Store the plaintext of an SSH private key.');
}
public function getSecretLabel() {
return pht('Private Key');
}
}

Event Timeline