SSD Nodes Learn Hosting plans →

#ssh

Filtering by topic #ssh · clear

Guides

Ansible inventory files explained

Your Ansible inventory decides which host gets which variable: INI and YAML forms, groups, group_vars, host_vars, connection settings and precedence.

Guides

What is SSH, and how does it work?

SSH is an encrypted channel to a remote server. Learn the client and server model, port 22, host key fingerprints, and key versus password login.

Guides

Use Claude Code from your phone

Claude Code runs in tmux on a VPS and your phone is only the window. SSH keys, mosh for flaky mobile data, tmux attach, and the keyboard fixes that matter.

Guides

SSH key management basics

How SSH keys work and how to manage them: one ed25519 key per device, the permissions sshd demands, config Host blocks, and revoking a lost key.

Guides

First 10 minutes on a new VPS

A new VPS is a target from its first minute. This ten-minute runbook creates a user, sets SSH keys, disables root, and turns on the firewall.

Guides

SSH hardening on a VPS

Lock down SSH on your VPS: switch to key-only login, disable root and passwords with a drop-in config, and layer Fail2ban and a VPN on top.