▲ | tonymet 5 days ago | |||||||
Putty is obsolete for SSH terminals, but is still useful for serial terminals (like when you need to flash a bricked router ) Putty is a terminal emulator and an SSH + telnet client all in one. Now Microsoft offers a number of platforms that overlap to provide similar functionality. WSL2 (aka WSL) is the Linux system that runs a Linux kernel and apps within Windows (technically a hidden HyperV VM) with some loose bindings to the OS resources for networking, files etc. OpenSSH is the SSH client installed with Windows. It can be used via CMD or Windows Terminal + Powershell . You don’t need WSL installed. So it’s great for VMs or remote shells. Powershell is the Windows Shell (like bash on Linux or CMD on earlier windows) that lets you run openssh and other windows CLI Apps Windows Terminal is the new-ish (6+ years) terminal emulator that lets you run a variety of shells. Most commonly Powershell , Bash (WSL), or you can SSH to any host using openssh . It works like tmux with tabs/windows into any remote host . I decided to lay this all out because Windows apps for SSH and terminals are a little different than Linux. | ||||||||
▲ | account42 3 days ago | parent [-] | |||||||
Putty is also still useful for when you need to automate connections to SSH servers with password-based login. OpenSSH's client really doesn't want you to do that. | ||||||||
|