HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by fak3r

Comment by fak3r 6 months ago

1 reply

View on Hacker News

This has been my practice for 20+ years of running SSH, that and using Ansible to keep sshd hardened. https://github.com/dev-sec/ansible-collection-hardening/tree...

sshine 6 months ago

I also harden my sshd_config.

I mainly disabled all legacy cryptography and types of tunnelling/forwarding that I don't rely on:

https://gist.github.com/sshine/e42ecb7f9d7432e6df331eefdd490...

I also only expose SSH on public interfaces on one machine; all other machines have SSH over VPN.

Reply View | 0 replies