"Macs are NOT Linux based. Mac OS was based on OpenBSD. No wonder people here don't understand why a developer or IT professional would want to use a Mac over a clunky Dell running Windows 10 (OH THE HUMANITY! Having to install Putty to ssh on to a jump host to trouble shoot an outage)"
FIRST:
The fact is that Macs are NOT Linux based. The Apple OS X File System is UNIX based (based on OpenBSD).
Open Berkeley Systems Distribution or OpenBSD was based on UNIX - Linux was not yet available. So, OpenBSD was not based on Linux. In fact, Linux came much later, when Linux Torvalds wrote the Linux operating system (in Finland). Apple OS is not based on Linux. It is based on OpenBSD. And further, it is the File System that is based on OpenBSD. The rest of the Apple OS is not based on OpenBSD or Linux.
SECOND:
Actually, there is no need to install Putty to SSH to a Host, when using Microsoft Windows 10 anymore. Windows 10 now comes with WSL (Windows Subsystem for Linux). It also comes with Bash Subsystem for Linux). Actually you can choose the Linux OS that you prefer to run in Windows OS.
https://docs.microsoft.com/en-us/windows/wsl/faq
Frequently Asked Questions about Windows Subsystem for Linux
09/15/2020
What is Windows Subsystem for Linux (WSL)?
The Windows Subsystem for Linux (WSL) is a new Windows 10 feature that enables you to run native Linux command-line tools directly on Windows, alongside your traditional Windows desktop and modern store apps.
Who is WSL for?
This is primarily a tool for developers – especially web developers and those who work on or with open source projects. This allows those who want/need to use Bash, common Linux tools (sed, awk, etc.) and many Linux-first tools (Ruby, Python, etc.) to use their toolchain on Windows.
What can I do with WSL?
WSL provides an application called Bash.exe that, when started, opens a Windows console running the Bash shell. Using Bash, you can run command-line Linux tools and apps. For example, type lsb_release -a and hit enter; you’ll see details of the Linux distro currently running: