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

11 total results found

SSH Agent for Passphrase Management

SSH Commands and Guides

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 phras...

homelab
ssh
Access

Disable Password Login

SSH Commands and Guides

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

SSH Commands and Guides

OpenSSH guide in using terminal and multiple benefit function to make ssh easy and secure

ssh
Access

Authentik

Installation Guides for Software and Se...

Identity Provider self hosted on Internal Services VM

homelab
Access
Installation
Internal
Authentik

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

Pangolin

Installation Guides for Software and Se...

Pangolin Install and Setup Guide

External
VPS
homelab
Pangolin
Access

Managing Multiple SSH Keys

SSH Commands and Guides

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

SSH Key Authentication Create and Share

SSH Commands and Guides

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: ...

homelab
ssh
Access