hashcat Forum
Remote cracking with ocl via ubuntu server - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Remote cracking with ocl via ubuntu server (/thread-3436.html)



Remote cracking with ocl via ubuntu server - heart1 - 05-28-2014

Am trying to launch oclhashcat remotely on my Ubuntu server.

Locally everything is working just fine.

While launching ocl remotely I obtain the following messages:

Quote:oclHashcat v1.21 starting...

Generating bitmap tables...No protocol specified
No protocol specified


ERROR: clGetDeviceIDs() -1

Need help in making the whole thing work remotely.

Thanks


RE: Remote cracking with ocl via ubuntu server - epixoip - 05-28-2014

looks like you didn't export DISPLAY or COMPUTE, or you don't have Xauthority.

did you follow http://hashcat.net/wiki/doku.php?id=linux_server_howto ?


RE: Remote cracking with ocl via ubuntu server - heart1 - 05-29-2014

Followed it to the letter. Except for adding the Auto-login and No-password commands to the lightdm.conf

Do not think this is an issue here. Or is it?


RE: Remote cracking with ocl via ubuntu server - heart1 - 05-29-2014

Works well while ssh with -X.

Any ideas on how to make it work with no extra flags?


RE: Remote cracking with ocl via ubuntu server - epixoip - 05-29-2014

if you do not have Xauthority then yes, that is the problem. add the autologin and nopassword stuff, that is why it is there.