Ssycuredinblog.sycured.com·Feb 5, 2023 · 1 min readYubico Authenticator on RHEL 9Yubico Authenticator permits you to generate TOTP directly on your desktop/laptop/smartphone using your Yubikey. This is how to install it on Red Hat Enterprise Linux / AlmaLinux / Rocky Linux 9. Prerequisites dnf install -y opensc If you're using W...00
Ssycuredinblog.sycured.com·Feb 2, 2023 · 2 min readGit hosting and ed25519-skQuick look if major Git hosting providers are up-to-date about security. The possibility to use ed25519-sk is a critical point when evaluating Git hosting. ed25519-sk When you generate this type of key, you need your physical security key, ssh-keyge...00
Ssycuredinblog.sycured.com·Dec 7, 2022 · 3 min readJenkins worker (agent) in FreeBSD jailJails are Linux containers in FreeBSD's world. It's time to build it. Why running it in jail? Jails are like Linux containers so we can create specific jail like this schema: jw-rust: build rust projects jw-python: build python projects jw-latex: bu...00
Ssycuredinblog.sycured.com·Dec 6, 2022 · 2 min readCompile and deploy FreeBSD kernelSometimes it's necessary to build a new kernel to add some modules. In my case, it's adding RACK TCP Stack. Requirements: node to compile the kernel servers to receive and boot the new kernel Compile the new kernel Check sources First, a little che...00
Ssycuredinblog.sycured.com·Dec 5, 2022 · 2 min readInstall FreeBSD 13.1 on Oracle CloudOracle Cloud doesn't propose FreeBSD like a lot of providers so we need to install it using a direct flash. This is my initial setup phase and everything starts with an Always-Free running Oracle Linux. Flashing FreeBSD 13.1 Connected using ssh and u...00