Install openssh-client on WSL Ubuntu

If your WSL distro does not have ssh-keygen installed, run:

$ sudo apt-get install openssh-client -y

Comments