Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 156 Bytes

ssh.md

File metadata and controls

9 lines (6 loc) · 156 Bytes

SSH

Port forward

ssh -L 8000:localhost:8384 cubone

Expose remote server cubone's port 8384 on the current computer as localhost:8000.