jonas77x

Active Member
Joined
Aug 6, 2017
Messages
8
Hi all!

I'm trying to execute a program(veracrypt) to open a volume thru ssh, but i can't, I've tried the runas command..

I'm running bitvise ssh and connection with juicessh (android)..

Been trying for two days, but nothing..
.. Anybody that have any suggestions?
 

If veracrypt requires admin elevation which I believe it does runas won't elevate. You will want to use something like psexec with -h to elevate the process. PsExec
 

If veracrypt requires admin elevation which I believe it does runas won't elevate. You will want to use something like psexec with -h to elevate the process. PsExec
Well, I got that command, but that also locks up the ssh client..

I can't even start minesweep from the ssh..
 

Use the -d switch on psexec to detach the process
 

Solution
Back
Top