hashcat Forum
Microsoft Azure Ubuntu. Problem with hashcat - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Microsoft Azure Ubuntu. Problem with hashcat (/thread-9454.html)

Pages: 1 2


RE: Microsoft Azure Ubuntu. Problem with hashcat - Dim2363 - 08-16-2020

Ok. How to check the hashcat status after disconnecting from the remote machine? Which command restores the hashcat status?


RE: Microsoft Azure Ubuntu. Problem with hashcat - undeath - 08-16-2020

When disconnecting ssh all programs running in the shell will usually be terminated. If you want a program to continue running you need to use a terminal emulator like screen or tmux or other techniques that allow you to background tasks.


RE: Microsoft Azure Ubuntu. Problem with hashcat - Mem5 - 08-16-2020

'nohup' as well