Hi, I am not able to execute the commands on ILOM using ssh . Have a look below screenshot. Can you help me in creating SSH session with ILOM . root at localhost ~]# ssh root at 10.255.17.102 "show /SYS" Password: shell: Invalid credentials But directly i am able to connect ILOM using ssh . Regards, Deepak
deepak pandey wrote:> I am not able to execute the commands on ILOM using ssh . Have a > look below screenshot. Can you help me in creating SSH session > with ILOM . > > > root at localhost ~]# ssh root at 10.255.17.102 "show /SYS" > Password: > shell: Invalid credentials > > But directly i am able to connect ILOM using ssh .Try including -t in your ssh command: ssh -t root at 10.255.17.102 "show /SYS" //Peter