to use the OpenSSH client through a SOCKS5 proxy, you need to use the ProxyCommand option and OpenBSD’s netcat
ssh user@host -o ProxyCommand='nc.openbsd -X 5 -x 127.0.0.1:8080 %h %p'
Linux Persistence: atd
2025-04-01 DFIR CTF linux persistence at atd
Linux Persistence: SSH
2025-03-29 DFIR CTF SSH hardening hunting persistence linux persistence hunting hardening SSH PAM