I am somewhat familiar with how putty in an interactive environment. But my new backup platform does not allow me to do anything interactively. I am told that the command is this
putty.exe -ssh username@serveraddress ls
if I want to list directories for example. How with putty can I run a command in my mac with no user interaction?
Asked
Active
Viewed 76 times
0

zeus
- 12,173
- 9
- 63
- 184
-
1See [Automating command/script execution using PuTTY](https://stackoverflow.com/q/39361444/850848). – Martin Prikryl May 30 '20 at 17:54
-
1use plink.exe - it is companion tool from the same suite – Maxim Sagaydachny May 30 '20 at 19:22