ssh -o 'ProxyCommand=ssh -W %h:%p user@proxy.host' \ user@final.destination.host
or
ssh -o 'ProxyJump=user@proxy.host' \ user@final.destination.host