Forum Discussion
JCohen
Nov 21, 2011Employee
James,
With your options being bigpipe shell, tmsh, or disabled, you must be authenticating as a remote user and not a local user on the BigIP. When the user is a local BigIP user you also have an "Advanced shell" option. Advanced shell = bash.
Drop the 'b' from the beginning of your command.
user@host:~/dowloads$ ./plink -ssh -l admin1 172.24.18.31 -pw admin1 "b node list"
BIGpipe parsing error:
012e0008:3: The requested command (b node) is invalid
user@host:~/dowloads$ ./plink -ssh -l admin1 172.24.18.31 -pw admin1 "node list"
node 10.2.63.41 {}
node 10.2.63.42 {}
Jason