Page MenuHomestyx hydra

PassphraseSSHPrivateKeyTextCredentialType.php
No OneTemporary

PassphraseSSHPrivateKeyTextCredentialType.php

<?php
final class PassphraseSSHPrivateKeyTextCredentialType
extends PassphraseSSHPrivateKeyCredentialType {
const CREDENTIAL_TYPE = 'ssh-key-text';
public function getCredentialType() {
return self::CREDENTIAL_TYPE;
}
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');
}
public function shouldShowPasswordField() {
return true;
}
public function getPasswordLabel() {
return pht('Password for Key');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 16, 1:57 AM (1 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
439785
Default Alt Text
PassphraseSSHPrivateKeyTextCredentialType.php (659 B)

Event Timeline