Whenever I log into my RHEL8 server via SSH, I get these lines printed:
Web console: https://<myserver>:9090/ or https://<myip>:9090/
This system is not registered to Red Hat Insights. See https://cloud.redhat.com/
To register this system, run: insights-client --register
How do I disable those prompts?
I figured it out before I finished writing this question so I figured I'd just share this with anyone else.
Each one of those symlinks prints something to the SSH terminal on login. In this case,
cockpit
prints the web console message andinsights-client
prints the insights prompt.Therefore just do this:
Verified to work and persist across restart on
RHEL8.4
.