A Jump Host is a special purpose computer on a network typically used to manage devices in a separate DMZ. So, I'm looking for the proper way to implement this for a target running on Windows.
I was thinking about using a tunnel to a Cygwin SSHD
on the target host via some SSH client like Putty.
What is the best practice for that? Does Microsoft provide a solution?