Elektrine lite

← Feed

@acetylcholin@mastodon.gamedev.place

Post #2500208

2026-04-29 08:05 UTC

@ridedontslide@social.tchncs.de Mmh adding a admin host as a single point of entry.. noted. Right now I take random device access server I suspect and hope that random device has the key I need on it. Thanks!

Replies (1)

  • @acetylcholin@mastodon.gamedev.place Exactly. i tried to put all admin access in it's own VLAN accessible via a single hardened jump host (via proxyjump in the SSH config), all via SSH key(s). If there is a web portal, I tunnel it via SSH to localhost. All connections are established with 'ssh '.

    Open ##2500209