This is an old revision of the document!


Getting started with linux

SSH into a host with a USERNAME and PORT.

ssh USERNAME@HOSTNAME -p PORT

Example

ssh [email protected] -p 22

Dynamically forward traffic through port 5050 on hostname with a port:

ssh -D 5050 USER@HOSTNAME -p PORT

Make sure you configure your browser to use a SOCKS5 proxy.

  • training/getting_started_with_linux.1462253556.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)