Guest User

Untitled

a guest
Nov 18th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. 2015-11-18 10:45:18,619 Loading private ssh key from 'etc/ssh/id_rsa'
  2. 2015-11-18 10:45:18,619 Loading public ssh key from 'etc/ssh/id_rsa.pub'
  3. Traceback (most recent call last):
  4. File "manage.py", line 45, in <module>
  5. execute_from_command_line(sys.argv)
  6. File "/opt/noc/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  7. utility.execute()
  8. File "/opt/noc/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  9. self.fetch_command(subcommand).run_from_argv(self.argv)
  10. File "/opt/noc/local/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
  11. self.execute(*args, **options.__dict__)
  12. File "/opt/noc/local/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
  13. output = self.handle(*args, **options)
  14. File "/opt/noc/sa/management/commands/debug-script.py", line 453, in handle
  15. bool(options.get("private")))
  16. File "/opt/noc/sa/management/commands/debug-script.py", line 135, in __init__
  17. self.load_ssh_keys()
  18. File "/opt/noc/sa/management/commands/debug-script.py", line 151, in load_ssh_keys
  19. self.ssh_private_key = Key.from_string_private_noc(s_priv)
  20. File "/opt/noc/sa/script/ssh/keys.py", line 154, in from_string_private_noc
  21. blob = base64.decodestring(data.split()[1])
  22. File "/usr/lib/python2.7/base64.py", line 321, in decodestring
  23. return binascii.a2b_base64(s)
  24. binascii.Error: Incorrect padding
Advertisement
Add Comment
Please, Sign In to add comment