SSH back through SSH

---

host1$ ssh -N -R 8822:localhost:22 remote.host.dam
remote$ ssh -p 8822 localhost
oder global: ssh -N -R :8822:localhost:22 remote.host.dam

https://stackoverflow.com/questions/15983795/how-do-i-establish-a-bidirectional-ssh-tunnel

damit das terminal angezeigt wird evtl noch > bash -i < eingeben.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>