Home » Questions » Computers [ Ask a new question ]

Remote CMD Login

Remote CMD Login

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?

Asked by: Guest | Views: 204
Total answers/comments: 1
Guest [Entry]

"Telnet?

For running a single command over telnet, there is psexec from Sysinternals, which is a single executable that doesn't require installation. If you'd like the extra security (recommended) there is OpenSSH for Windows, but that will require an install."