- Spin up a new Debian 12 LXC
- Windows Client:
Code:
ssh [ip] - I'm presented with a fingerprint using ed25519
- Proxmox > LXC > Shell:
Code:
ssh-keygen -lf /etc/ssh/ssh_host_ed25519_key - I'm presented with a DIFFERENT fingerprint than the one showing up on my client
This is also relevant because I can't SSH into the container. I have:
- Enabled root by password (for now just for the simplest test)
- Rebooted the container
- Cleared my client ssh config completely
- Emptied out my client SSH Agent with
Code:
ssh-add -d -
on both proxmox and containerCode:
apt update && apt upgrade