BMC Client Console

From RCS Wiki
Jump to navigation Jump to search

Client Console

It is possible to connect to the client console through the BMC in two ways.

obmc-console-client

While connected to the BMC, via SSH, run obmc-console-client.

Connect Via SSH (obmc-console-ssh)

Without connecting to the BMC, via SSH, run ssh root@talos -p2200 to connect directly to obmc-console-client, skipping the BMC shell.

The default port can be changed by modifying /lib/systemd/system/obmc-console-ssh.socket.

E.g. setting the port to 1234:

[Unit]
Description=Phosphor Host Console SSH Per-Connection socket
Wants=obmc-console@ttyVUART0.service

[Socket]
ListenStream=1234
Accept=yes

[Install]
WantedBy=sockets.target

After editing /lib/systemd/system/dropbear.socket, run: systemctl daemon-reload