forked from p15670423/monkey
Common: Add ssh-key-regex note to TODO
This commit is contained in:
parent
e921f90e00
commit
08bb49af0f
|
@ -8,7 +8,8 @@ from .credential_component_schema import CredentialComponentSchema, CredentialTy
|
|||
|
||||
class SSHKeypairSchema(CredentialComponentSchema):
|
||||
credential_type = CredentialTypeField(CredentialComponentType.SSH_KEYPAIR)
|
||||
# TODO: Find a list of valid formats for ssh keys and add validators
|
||||
# TODO: Find a list of valid formats for ssh keys and add validators.
|
||||
# See https://github.com/nemchik/ssh-key-regex
|
||||
private_key = fields.Str()
|
||||
public_key = fields.Str()
|
||||
|
||||
|
|
Loading…
Reference in New Issue