mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
52f6073593
AI context/memory from Claude Code sessions covering all infrastructure: JARVIS, NovaCPX, DO sites, Proxmox, FusionPBX, MediaStack, and project feedback/preferences.
22 lines
768 B
Markdown
22 lines
768 B
Markdown
---
|
|
name: feedback-ssh-passwords
|
|
description: SSH password rotation order for home lab servers; escalation path from myron to root
|
|
metadata:
|
|
node_type: memory
|
|
type: feedback
|
|
originSessionId: f0b18417-cc26-4fdf-87ec-7b2d69b02c44
|
|
---
|
|
|
|
Try passwords in this order when SSH password auth is needed for home lab hosts:
|
|
|
|
1. `Joker1974!@#`
|
|
2. `Joker1974!!!`
|
|
3. `Joker1974!`
|
|
|
|
Root login is allowed on Proxmox hosts (PVE1 10.48.200.90, PVE2 10.48.200.91) directly.
|
|
On some VMs, login as `myron / Joker1974!!!` then `sudo su` or `sudo -i` to escalate to root.
|
|
|
|
**Why:** User confirmed these are the rotating passwords used across the home lab.
|
|
|
|
**How to apply:** Before trying key auth failures or giving up on SSH, cycle through these three variants. [[project-jarvis]]
|