KeyError: b'SUCCESS'

Issue #27 new
rolfn created an issue

I installed "ssh-deploy-key" in the recommended way via "pip" on my openSUSE Linux maschine. If I type something like

ssh-deploy-key aServer

I get the following error:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/bin/ssh-deploy-key", line 127, in run
    self._print_status(server, username, statuz)
  File "/usr/bin/ssh-deploy-key", line 75, in _print_status
    status.colors[statuz],
KeyError: b'SUCCESS'

Aside from this error the installation of the key on the remote server works like expected. What's wrong? Many thanks in advance.

Rolf

Comments (1)

  1. Travis Bear repo owner

    I don't have an answer at the moment. It's been quite a while since I worked on this tool, and I have not tested it with Python3. Unfortunately I can't commit to addressing this promptly, but pull requests are welcome.

  2. Log in to comment