This is an old revision of the document!
Set “GatewayPorts yes” in /etc/ssh/sshd_config on the server.
On client (behind NAT):
ssh -R 6333:localhost:22 server_user@server
Leave this connection open.
On server (public accessible):
ssh client_user@localhost -p 6333
Now the server is connected to the client.