Skip to content
Snippets Groups Projects
Commit a36b0ec1 authored by Amber Brown's avatar Amber Brown
Browse files

make a bytestring

parent 6190abe8
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ def manhole(username, password, globals): ...@@ -82,7 +82,7 @@ def manhole(username, password, globals):
) )
factory = manhole_ssh.ConchFactory(portal.Portal(rlm, [checker])) factory = manhole_ssh.ConchFactory(portal.Portal(rlm, [checker]))
factory.publicKeys['ssh-rsa'] = Key.fromString(PUBLIC_KEY) factory.publicKeys[b'ssh-rsa'] = Key.fromString(PUBLIC_KEY)
factory.privateKeys['ssh-rsa'] = Key.fromString(PRIVATE_KEY) factory.privateKeys[b'ssh-rsa'] = Key.fromString(PRIVATE_KEY)
return factory return factory
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment