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