oclHashcat will not run via SSH - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: oclHashcat will not run via SSH (/thread-3123.html) |
oclHashcat will not run via SSH - wasto13 - 02-07-2014 I have installed the latest version of oclHashcat (1.01) with Catalyst 13.12 on a Ubuntu system. Everything works fine on the system in which I installed it but if I try to ssh into the box and then run oclHashcat, I get the following: ERROR: clGetDeviceIDs() -1. I am using the same command to crack ntlm hashes that runs fine if ssh is not used. Any idea what changes need to be made? I am using a HD 6670. Thanks in advance. RE: oclHashcat will not run via SSH - philsmd - 02-07-2014 You should check if you did everything like described in the howto installation guide: https://hashcat.net/wiki/doku.php?id=linux_server_howto The main problem might be that you didn't run: $ xhost + in a session where X11 is running (for instance not over ssh). You should add that command as suggested in the guide to the startup s.t. you don't need to run it manually each and every time. RE: oclHashcat will not run via SSH - wasto13 - 02-07-2014 Thanks that did it. |