Hacker News new | ask | show | jobs
by artificialLimbs 610 days ago
I don’t understand why this is more secure than limiting SSH to local network only and doing ‘normal’ ssh hardening.
1 comments

None of that is required here? Etcha can be exposed on the Internet with a smaller risk profile than SSH:

- Sane, secure defaults

- HTTP-based--no fingerprinting, requires the correct path (which can be another secret), plays nicely with reverse proxies and forwarders (no need for jump boxes)

- Rate limited by default

- Only works with PKI auth

- Clients verify/validate HTTPS certificates, no need for SSHFP records.