When working with Ansible and Windows, many find WinRM’s limitations both frustrating and tricky to navigate. Managing Windows remotely from a Linux environment presents unique challenges due to these constraints. From my vantage point, OpenSSH emerges as a more stable and speedy alternative compared to WinRM. This might account for its widespread recommendation as a […]
Remote port forwarding with SSH
Let’s say you are developing an application in your computer, and you want others to see it. For that, you first host the app locally making it accessible from localhost. Then, you wonder what you can do to share it with people outside of your network. Remote port forwarding SSH can solve this problem. In […]