Hacker News new | ask | show | jobs
by cm2187 2220 days ago
Can windows terminal be used remotely? The only remote terminal I am aware of in windows is remote powershell but it sucks badly. It takes ages to come online after a reboot, is unencrypted by default, and because of security issues cannot interact with windows update.
1 comments

Yes, you can do that with ssh even from cmd.exe. Windows ships with an ssh server too, you just have to enable those features.
Thanks. I wasn't aware of that. But it looks like it is a recent thing only available on the latest version of windows server.