mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #512] Slow Performance After Reinstalling Bastillion #132
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#132
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 @Mariaab1 on GitHub (Dec 11, 2024).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/512
Hello!
I need help with a problem 😔
I have a Debian 12 system with hardening applied, where I had previously installed Bastillion. It was working correctly, but I lost my passwords.
So, I reverted my virtual machine to a previous snapshot (with the hardening already applied but without Bastillion installed) and reinstalled Bastillion.
However, after reinstalling, Bastillion is now running very slowly. Even connecting via SSH takes a long time just to log in, which wasn't the case before.
Has anyone experienced this or knows why this might be happening?
Thank you all 💐
@codyro commented on GitHub (Dec 11, 2024):
If you pass
-vvvwhen connecting it should shed some light on what bits it's hanging on. You can also set the sshd log verbosity to DEBUG which might give you additional information.Unrelated: I vote for renaming this project bastillion.
@speed47 commented on GitHub (Dec 11, 2024):
Hello,
Usually a slow performance means that your DNS setup is broken. There is an easy way to check it: instruct The Bastillion (😊) to skip any DNS query:
https://ovh.github.io/the-bastion/administration/configuration/bastion_conf.html?highlight=broken#dnssupportlevel
If this fixes your problem, then you might want to have a look at your /etc/resolv.conf.
About the name, well, this is quite nice indeed, but what about Le Bastillion in this case? ;)
@Mariaab1 commented on GitHub (Dec 12, 2024):
Thank you both very much, the key was changing the
"dnsSupportLevel": 2,a"dnsSupportLevel": 0,ennano /etc/bastion/bastion.confsolved! 🥳
@speed47 commented on GitHub (Dec 13, 2024):
Good! Closing as resolved then :)