We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to set ca_pubkey.comment to string after init there is no conversion encoding to bytes Function concat_str_bytes(out=bytes, enc=utf8)?
Traceback (most recent call last): File "<string>", line 1, in <module> File ".....\models.py", line 52, in configure_ssh_client f'@cert-authority {ca_pubkey.to_string()}', File ".....\site-packages\sshkey_tools\keys.py", line 252, in to_string public_bytes += b" " + self.comment TypeError: can't concat str to bytes
The text was updated successfully, but these errors were encountered:
12d7105
Merge pull request #9 from scheibling:scheibling/issue7
4f41b20
Fixed #7: Added functionality to ensure string/bytestring typing
scheibling
No branches or pull requests
When trying to set ca_pubkey.comment to string after init there is no conversion encoding to bytes
Function concat_str_bytes(out=bytes, enc=utf8)?
The text was updated successfully, but these errors were encountered: