2
I need a VNC/SSH/something server that will let me access command line remotely from a limited account (meaning no services or any install). Just a simple exe that I can run and have it either connect to me or listen for a connection. Preferably it would ask for a user/pass and run the cmd as the user I specify. Is there any such program?
here's a good overview of how psexec works: http://forum.sysinternals.com/forum_posts.asp?TID=9674&PID=41829#41829 .. but it doesn't mention what it uses for the connection. (SMB/CIFS? RPC?)
– quack quixote – 2009-10-11T17:36:34.377@JohnT, psexec is billed as a telnet-replacement, but it isn't telnet, has nothing to do with port 23, and only works if microsoft networking is enabled. – quack quixote – 2009-10-11T17:40:07.303
tho it does require a temporary service on the remote machine (which it will install & remove itself). – quack quixote – 2009-10-11T17:41:15.023
I would use psexec but when I run it, it shows a GUI which freezes my console and I have to open up another one to kill it. Is there a switch to disable that GUI message? – Christopher Tarquini – 2009-10-12T17:57:50.687
A GUI?!? The only thing I can think of is that some of those Sysinternals tools require a one-time license agreement. Other than possibly that, I've never seen any GUI component of psexec. – wfaulk – 2009-10-12T22:44:02.123
The switch /accepteula avoids the EULA popup and automatically accepts it. – Stephen Jennings – 2009-11-27T10:49:48.433