Direct SSH tunnel
$ ssh user@server -L [local_address:]local_port:destination_address:destination_port$ ssh user@13.10.10.10 -L 127.0.0.1:8000:127.0.0.1:8888
$ ssh user@13.10.10.10 -L 8000:127.0.0.1:8888Last updated
$ ssh user@server -L [local_address:]local_port:destination_address:destination_port$ ssh user@13.10.10.10 -L 127.0.0.1:8000:127.0.0.1:8888
$ ssh user@13.10.10.10 -L 8000:127.0.0.1:8888Last updated