credativ® Blog

Here you will find interesting news about industry-specific topics and us.

Categories
Category
Tags
×

Categories

Tags

Category: HowTos

22 June 2021

Self-hosted Yubico OTP

In the preceding article, Two-Factor Authentication with Yubico OTP, we demonstrated how quickly existing services can be extended with two-factor authentication (2FA) using Yubico OTP with the help of the PAM module pam_yubico. The validation service used, the YubiCloud, is provided by Yubico free of charge. However, the fact that you are bound to an […]

Read more

10 December 2020

Create QR Codes for TOTP Secrets

The article Two-factor authentication for OpenSSH and OpenVPN presented a simple way to increase the security of PAM-enabled services through two-factor authentication. The TOTP method used generates a one-time password that is valid for a limited period of time based on a shared secret. Depending on the method and encoding, the shared secret consists of […]

Read more

02 November 2020

Two-Factor Authentication for OpenSSH and OpenVPN

Authentication using username and password still represents the standard procedure for most applications to authenticate to a service. However, the use of a second factor is becoming increasingly widespread and is even recommended by the BSI, the German Federal Office for Information Security. While not mandatory, various web services at least offer the option to […]

Read more

28 May 2020

What exactly are containers?

For some time now, a large part of the IT landscape has been talking only about “containers”, “microservices” and “Kubernetes.” But what exactly are containers and what technical basis are they based on? General Simply put, a container is an isolated runtime environment for processes. There are various areas that can be separated – the […]

Read more

31 March 2020

Podman - Run Container with User Permissions

In our previous article on Buildah, we explained how to create containers without Docker and root privileges. This article will focus on how to use those very containers without elevated privileges. Alongside the already mentioned Buildah and Skopeo, Podman is part of the Red Hat Container Tools and is, in short, a daemonless runtime environment […]

Read more