Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

12 total results found

Disable Password Login

SSH Commands and Guides Public Key Setup & Management

Once we have ssh key setup we can disable password login on servers once keys are set up. This way our server and services are more secure. SSH to server Edit sshd_config file sudo nano /etc/ssh/sshd_config Set Authentication to No PasswordAuthent...

Access
homelab
ssh

Authentik Passwordless Login

Installation Guides for Software and Se... Authentik

Passwordless Login in Authentik allows us to login using passkey instead of password. This option provides higher security and faster authentication. At the moment Passwordless Authentication only supposts WebAuth devicees (tokens, yubkey, 1password passkey)....

Authentik
Access

Authentik OAuth/ OIDC Setup - Portainer

Installation Guides for Software and Se... Authentik

Authentik uses many ways to connect to services, one being OAuth or Open ID Connect. This method is widely used on many services, such as Portainer. Please follow Authentik and Portainer documentation Portainer OAuth Setup Documentation Authentik Portaine...

Access
Installation
Authentik
Portainer
OAuth

Authentik Docker Compose Install

Installation Guides for Software and Se... Authentik

Authentik is an open-source Identity Provider (IdP) that helps you manage authentication and authorization across your apps and infrastructure. It supports: Single Sign-On (SSO) via OAuth2, OpenID Connect, SAML LDAP & SCIM integration Multi-factor authent...

Access
Authentik
Docker Compose
Installation

Authentik OAuth/ OIDC Setup - Home Assistnat

Installation Guides for Software and Se... Authentik

Authentik uses many ways to connect to services, one being OAuth or Open ID Connect. This method is widely used on many services, such as Home Assistant. Home Assistant doesn't have native Open ID Connection, so we will need to use HACS for setup Please follo...

Access
Installation
Authentik
OAuth
Home Assistant

Integrated Firewall

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

Proxmox includes a built-in firewall that can be configured at the Datacenter, Node, and VM/Container level. Firewall Hierarchy Datacenter — rules that apply to all nodes in the cluster Node — rules specific to the Proxmox host itself VM/Container — rules sp...

Setup
Synology
Access
Firewall

Managing Multiple SSH Keys

SSH Commands and Guides Public Key Setup & Management

If you use different keys for different servers or services (e.g., GitHub, work, personal), here’s how to keep it organized. Using different keys for different services makes things way more organized and secure. This way if one key gets compromised, you only ...

homelab
ssh
Access
CLI
PKI

SSH Key Authentication Create and Share

SSH Commands and Guides Public Key Setup & Management

Why SSH Keys are Important? SSH keys use asymmetric encryption—a public key is placed on the server, and a private key stays on your device. Benefits over Passwords  Security: Keys are far more resistant to brute-force attacks than passwords Convenience: No n...

homelab
ssh
Access
CLI
PKI

SSH Agent for Passphrase Management

SSH Commands and Guides Public Key Setup & Management

SSH Agent is a background process that keeps your keys unlocked during your session. Start the agent and add keys: eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa_work ssh-add ~/.ssh/id_rsa_personal Per each key added to ssh you will need to type a phrase

homelab
ssh
Access
CLI
PKI

Search Engine & Public Access

About My Homelab My Homelab Journey

Search Engine Around this point in my homelab journey, I had the baseline established and was ready to focus on applications that would bring more meaning to my homelab and actually be of use. Throughout graduate school, a big focus of mine was cybersecurity a...

blog
Access

Access Control & Identity Management

About My Homelab My Homelab Journey

Security was at the forefront of this project — an idea that sparked a huge part of the build, and the topic I enjoyed most during graduate school. In the Foundation chapter, the focus was around access control at the firewall level, making sure that only spec...

blog
Access

Application Sprawl

About My Homelab My Homelab Journey

Applications Once the foundation and all the supporting systems were in place, I thought — this is it, now I can actually start running applications. Up until that point, the only non-administrative thing running was my SearXNG search engine. The whole idea of...

Access
blog