Skip to content

Fixed console messages when remote access is disabled#3331

Merged
lslezak merged 2 commits intomasterfrom
console-disabled-remote-access
Mar 25, 2026
Merged

Fixed console messages when remote access is disabled#3331
lslezak merged 2 commits intomasterfrom
console-disabled-remote-access

Conversation

@lslezak
Copy link
Copy Markdown
Contributor

@lslezak lslezak commented Mar 24, 2026

Problem

When Agama is booted with the inst.listen_on=localhost which disables remote access then the remote URLs are still printed on the console.

agama-console

Solution

  • Do not print the Agama URLs on the console when remote access has been disabled using the inst.listen_on=localhost boot parameter.
  • Print a warning message that the remote access has been disabled.
agama-console-only-local

Testing

  • Tested manually

Notes

  • It is also possible to limit access to only some network interfaces, but as this will be discussed there is no change regarding this. Let's adapt printing the URLs later after agreeing on the solution.

Do not print the Agama URLs on the console when remote access
has been disabled using the "inst.listen_on=localhost" boot
parameter (related to jsc#AGM-153, gh##3269)
- Display IPv6 addresses in [] brackets also on serial console
- Added empty line separator
@lslezak lslezak merged commit a58b059 into master Mar 25, 2026
10 checks passed
@lslezak lslezak deleted the console-disabled-remote-access branch March 25, 2026 13:02
@imobachgs imobachgs mentioned this pull request Apr 14, 2026
imobachgs added a commit that referenced this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants