Remote cracking with ocl via ubuntu server
#1
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
#2
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 ?
#3
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?
#4
Works well while ssh with -X.

Any ideas on how to make it work with no extra flags?
#5
if you do not have Xauthority then yes, that is the problem. add the autologin and nopassword stuff, that is why it is there.