Use the -R option to ssh to forward a port back to the ssh
port on the inside machine.
On `A' do:
ssh -R 2222:A:22 B
Then to hit machine `A' from `B' do:
ssh -p 2222 B
And that will get redirected over the existing ssh connection
to the ssh port on machine `A'.
Read the ssh manual page for more details on -R (and it's
cousin -L).
--
Fletch | "If you find my answers frightening, __`'/|
">fletch@phydeaux.org | Vincent, you should cease askin' \ o.O'
678 443-6239(w) | scary questions." -- Jules =(___)=
| U
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.