Emmanuel Phakula Mandala
Reaction score
4

Profile posts Latest activity Postings Watched threads Achievements About

    • Like
    Reactions: precious
    precious
    I once used SSH local forwarding when I needed to access a web application that was only available on a remote server's internal network. By setting up local forwarding, I was able to securely connect my local machine to the remote server’s localhost port and access the application as if it were running on my machine.

    ssh -L 8080:localhost:80 user@remote_server
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…