ssh -L [local_port]:[destination_address]:[destination_port] [username]@[ssh_server] ssh -R [remote_port]:[destination_address]:[local_port] [username]@[ssh_server] ssh -D [local_port] [username]@[ssh_server]