ssh tunnel
# In A type: ssh -fN -R 10022:localhost:22 user@public_domain # This will build a tunnel: (public_domain:10022 -> A:22)