chiyume

ssh

Nov 22, 2024

  • tunneling-daemon

Usage

# SSH into remote server
ssh <username>@<hostname>
# Bind to your local port 9999 and forward all connections from there to port 8384 on the target machine
ssh -L 9999:localhost:8384 <destination>

Appendix

  • GitHub - openssh/openssh-portable
  • OpenBSD - ssh manual
  • Syncthing - Tunneling via SSH
  • SSH - Tunneling

Graph View

  • Usage
  • Appendix

Backlinks

  • jumpserver