Monday 20 August 2018

shell - Is it possible to open a remote terminal session on a Windows XP machine?


Remote desktop is... useable, but I'd like to get a proper remote terminal window open on the Windows XP machine, like I'm able to with Linux. A quick Google points at this, but it looks like it's only for Vista/Server.



Answer



Actually, you can use PsExec to launch a remote shell, rather than just separate commands. Just specify cmd as the program:


psexec \\1.2.3.4 -u user -p pass cmd

although for security reasons, you'll probably want to use SSH. freeSShd (server) and PuTTY (client) are more than adequate.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...