SSH client now standard on Windows 10/11

Hi!

Don’t know if everyone already knows, but today I discovered that terminals CMD and Powershell have as standard SSH on Windows 11 (at least on Pro).

So you only need to open a terminal and write something like:

ssh username@192.168.0.1

And hit enter. Maybe common knowledge, but I just found out :blush:

/raffe

4 Likes

Just tried. It’s included in Windows 10 also. :wink:

1 Like

Just to supplement the information:

The built-in SSH client is enabled by default in Windows 10’s April 2018 Update.

Microsoft announced it was bringing an integrated OpenSSH client to Windows in 2015. They’ve finally done it, and an SSH client is hidden in Windows 10’s Fall Creators Update.

https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/

4 Likes

Well, I still prefer something like Putty to handle it, but I guess it will come to a point where Putty may have to cease development and die.

1 Like