Hacker News new | ask | show | jobs
by jlgaddis 3826 days ago
So once you've done this and you SSH in to the Windows box, I assume you just end up, basically, in a command window?

For example:

  $ ssh username@windows.example.com

  ...

  C:\>
Is that right?
1 comments

Yes. From my Mac:

    $ ssh mike@192.168.0.12
    mike@192.168.0.12's password:
    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\Users\Mike>powershell -File -

    PS C:\Users\Mike>