You can do both tasks (the upload and the command execution) using WinSCP. Use WinSCP script like:option batch abort option confirm off open your_session put %1% call script.sh exit Reference for the call command:Reference...
I was surprised at how long it took me to find a good HOWTO on setting up a simple SSH tunnel that I wanted to write up this Quick-Tip. For example I tunnel all of my outbound E-mail traffic back to my personal...
I enjoyed the article about SSH persistence in Windows. I liked the app being portable. You mentioned a possible security issue. The password is stored salted in a local file. Is there a way to get a pineapple to...
Everything through to Step 5.6 where you might encounter a slight snag. If an SSH agent is already be running you could get the following error message when you restart bashCould not open a connection to your authentication...
Yes you can! But its another path where the Putty settings are stored. Where exactly the Putty configuration is stored is system dependant, but you can use a PuTTY session name just as if you would use a hostname...