[Query :] SSH support for sun-netra x4250 ILOM
Peter Stuge
peter at stuge.se
Sat Jul 4 04:04:51 EST 2009
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
More information about the openssh-unix-dev
mailing list