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

12,439

Solution 1

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.

Solution 2

From the superuser.com thread:

http://www.freesshd.com/

Share:
12,439

Related videos on Youtube

Krougan
Author by

Krougan

Updated on September 17, 2022

Comments

  • Krougan
    Krougan almost 2 years

    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.

  • Admin
    Admin over 14 years
    And that worked? It gave you a remote terminal?
  • Admin
    Admin over 14 years
  • Admin
    Admin over 14 years
    It should work just like ssh on linux/mac... (should)...