How to open Putty Session on local host
I am creating a shell script to run on AEM production server. I am looking at ways to test the script on localhost before moving it to production. Is there any way to open a Putty session for the localhost?
I am creating a shell script to run on AEM production server. I am looking at ways to test the script on localhost before moving it to production. Is there any way to open a Putty session for the localhost?
Option 1: If you're on windows, you can use power shell to run the script on your local.
https://www.howtogeek.com/662611/9-ways-to-open-powershell-in-windows-10/
Putty allow users to remotely access computers over SSH and run scripts, commands etc.
If you want to test some script on your local then you don't need putty.
Option 2: Place the script on any lower environments like dev/QA.
Install putty on local and connect the server and execute script from putty.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.