ONTAP Hardware

May I login via SSH to BMC in FAS2020?

eklimanov
4,027 Views

We've a FAS2020 used for years.

But now a question arise - is it possible to login to bmc via ssh?

bmc status tells me next:

Baseboard Management Controller:
Firmware Version: 1.3
IPMI version: 2.0
DHCP: off
BMC MAC address: 00:a0:98:25:62:1a
IP address: 10.10.13.21
IP mask: 255.255.255.0
Gateway IP address: 10.10.13.254
BMC ARP interval: 10 seconds
BMC has (1) user: naroot

When I want to login via ssh i got:

ssh naroot@10.10.13.21
Received disconnect from 10.10.13.21: 11: Logged out.
Disconnected from 10.10.13.21

 

3 REPLIES 3

scottgelb
3,994 Views

Yes to ssh.  bmc reboot and it likely will work.  Or bmc setup and reset it again.

eklimanov
3,953 Views

I've found that the deal is in ssh cllient.

Tries to login from Mac or Linux still without luck, but login from PuTTY (winapp) - is ok!

Suppose this is kind of incompatibility between ssh-keys or setup of ssh daemon "Mocana" in bmc.

$ telnet 10.10.13.21 22
Trying 10.10.13.21...
Connected to 10.10.13.21.
Escape character is '^]'.
SSH-2.0-Mocana SSH

Will try to discover more...

Harbaugh
3,373 Views

From a MAC try:

ssh naroot@##.##.##.## -c aes128-cbc

You have to change the MAC client default cipher to work with a BMC 

Public