[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 46: SSH Remote Tunnel

Page 46

  
  SSH Remote Tunnel
  Commandline Example
  work$ ssh -R 2222:localhost:22 homemachine.my_network.org
  ~/.ssh/config Example
  host my-home
  hostname homemachine.my_network.org
  LocalForward 2222:localhost:22
  Then connect with
  home$ ssh localhost -p 22

Copyright 2003, Bri Hatch of Onsight, Inc.

Presented at Real World Linux, 2003.

Presentation created using vim and MagicPoint.