RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
01-20-2021 11:06 AM
I can start an SSH session to an R300 using these commandlets:
PS C:\WINDOWS\system32> $ruckussession = New-SSHSession -ComputerName 192.168.5.2 -Credential $cred
PS C:\WINDOWS\system32> Invoke-SSHCommand -Index $ruckussession.SessionId -Command $commands
But whatever the $commands, this gives output:
Host : 192.168.5.2
Output : {, Please login: }
ExitStatus : 1
This seems to be the same thing as when logging on via putty: One has to login al thougt credentials are sent with starting the SSH session. How can I overcome this?
01-21-2021 06:25 AM
Glad to know that you were able to fix it!
05-28-2025 06:49 AM
Dear Syamantak Omer,
We are experiencing the same issue.
Could you please advice how to prompt the login over SSH ?
The example above also did not resolve the issue.
Jan
