cancel
Showing results for 
Search instead for 
Did you mean: 
cxiong1990
Mission Specialist
Mission Specialist
  • 182 Views

redhat linux chapter 10 lab: configure and secure ssh

step 5: I keep getting this response after this command for the lab:

cxiong1990_0-1761261692003.png

Is there a reason why I am getting this?

 

 

3 Replies
ARoumiantsev
Flight Engineer
Flight Engineer
  • 158 Views

Hi @cxiong1990 

This is reminder from insights-client which typically installed. 

To cancel the "Register this system with Red Hat Insights" message, you can either register the system using insights-client --register or remove the client entirely with sudo dnf remove insights-client. If you want to keep the functionality and just remove the prompt, use the first command; if you don't plan on using Red Hat Insights, use the second command to remove the client.

It is possible simply replace the motd file with a symlink to /dev/null using the following command.
# ln -sfn /dev/null /etc/motd.d/insights-client

However it is no sense to do it on lab evironment

Good luck

shashi01
Moderator
Moderator
  • 158 Views

@cxiong1990 

You’re seeing this message because the insights-client package is installed, and the system has not been registered with Red Hat Insights.

 

When installed, the package creates MOTD files (/etc/motd.d/insights-client and /etc/insights-client/insights-client.motd) that display this informational message at login.

 

This is not an error, just a reminder. You can safely ignore it unless registration is required for your lab

cxiong1990
Mission Specialist
Mission Specialist
  • 155 Views

ok thaks.

Join the discussion
You must log in to join this conversation.