Run SSH command from Powershell with PuTTy plink
- November 16th, 2009
- Write comment
If you want to run a script on a linux host from your powershell you might want to open an ssh session. Powershell does not bring this feature natively … but you can build yourself a quick workaround by combining powershell with the free tool “PuTTy” and it’s commandline interface “plink” … read more Powershell SSH Howto

