Advertisement
Guest User

Untitled

a guest
May 24th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. minkowski> xpra attach ssh:mahler:7 --dpi=102 --encoding=rgb -z 0 --video-scaling=off -d ssh
  2. Warning: cannot import native OpenGL module
  3. No module named OpenGL
  4. Warning: cannot import gtk OpenGL module
  5. cannot import name gtkgl
  6. 2019-05-23 23:32:29,921 Xpra GTK2 client version 2.5.1-r22432 64-bit
  7. 2019-05-23 23:32:29,924 running on Linux VoidLinux rolling void
  8. Warning: failed to import GStreamer 1.x:
  9. No module named gi
  10. 2019-05-23 23:32:30,287 Error: failed to query sound subsystem:
  11. 2019-05-23 23:32:30,288 query did not return any data
  12. 2019-05-23 23:32:30,315 failed to instantiate the dbus notification handler:
  13. 2019-05-23 23:32:30,316 you may need to start a notification service for 'org.freedesktop.Notifications'
  14. 2019-05-23 23:32:30,316 disable notifications to avoid this warning
  15. 2019-05-23 23:32:30,399 Warning: cannot import native OpenGL module
  16. 2019-05-23 23:32:30,400 No module named OpenGL
  17. 2019-05-23 23:32:30,400 Warning: cannot import gtk OpenGL module
  18. 2019-05-23 23:32:30,400 cannot import name gtkgl
  19. 2019-05-23 23:32:30,400 Warning: no OpenGL backends found
  20. 2019-05-23 23:32:30,498 paramiko socket_connect: sockname=('192.168.0.103', 53800), peername=('192.168.0.140', 22)
  21. 2019-05-23 23:32:30,509 Connected (version 2.0, client OpenSSH_8.0)
  22. 2019-05-23 23:32:30,601 do_ssh_paramiko_connect_to(<paramiko.Transport at 0xf1c46a90L (cipher aes128-ctr, 128 bits) (connected; awaiting auth)>, 'mahler', 'nick', None, {
  23. 'hostname': '*'})
  24. 2019-05-23 23:32:30,603 SSH transport <paramiko.Transport at 0xf1c46a90L (cipher aes128-ctr, 128 bits) (connected; awaiting auth)>
  25. 2019-05-23 23:32:30,604 remote_server_key=MD5:8b:1d:3f:9c:28:c5:f1:41:a2:a1:1c:be:8f:1e:8c:06
  26. 2019-05-23 23:32:30,611 HostKeys.load(/home/nick/.ssh/known_hosts) successful
  27. 2019-05-23 23:32:30,611 host keys=<paramiko.hostkeys.HostKeys object at 0x7fe9f27543d0>
  28. 2019-05-23 23:32:30,612 ed25519 host key 'MD5:8b:1d:3f:9c:28:c5:f1:41:a2:a1:1c:be:8f:1e:8c:06' OK for host 'mahler'
  29. 2019-05-23 23:32:30,612 starting authentication
  30. 2019-05-23 23:32:30,612 trying none authentication
  31. 2019-05-23 23:32:30,677 auth_none()
  32. Traceback (most recent call last):
  33. File "/usr/lib/python2.7/site-packages/xpra/net/ssh.py", line 514, in auth_none
  34. transport.auth_none(username)
  35. File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 1373, in auth_none
  36. return self.auth_handler.wait_for_response(my_event)
  37. File "/usr/lib/python2.7/site-packages/paramiko/auth_handler.py", line 250, in wait_for_response
  38. raise e
  39. BadAuthenticationType: ('Bad authentication type', [u'publickey']) (allowed_types=[u'publickey'])
  40. 2019-05-23 23:32:30,683 trying public key authentication
  41. xpra initialization error:
  42. connection failed: not a valid RSA private key file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement