Hello,
I used plink.exe to communicate with the AccessPoint, R510.
I needed to send commands directly with the plink line command :
plink.exe -ssh -2 -noagent -batch -pw ruckus -l Ruckus 192.168.2.5 -P 22 [Commands]
But Ruckus ask a second time the login and the password which making it impossible.
Are there any solution to remove the second authentification?
Are there any other way to send commands by a single command line from terminal?