mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #573] [Document improvement] How do I apply changes I made in /etc/bastion/bastion.conf? #149
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gobiursus on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/573
Hi,
After I make changes in
/etc/bastion/bastion.conf, what should I do to make those settings effected? I can't find anything related on https://ovh.github.ioAnd can you also please update related content in documentation?
Thank you!
@speed47 commented on GitHub (Sep 10, 2025):
Hello,
There is nothing to restart when you make changes there because the settings are read for each new session. This can be explained because there's no "the bastion daemon" listening for connections: we hand this off to the OpenSSH server, and only once the SSH connection is established, then the bastion code starts to run under the account's system user, and that's when the settings are read.
I'll add a note in the documentation to explain this, thanks for the suggestion!
@speed47 commented on GitHub (Sep 10, 2025):
Added in the documentation