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!