This article shows mapping of the ssh port forwarding commands to port forwarding rules in Termius.
Local port forwarding
ssh -N -L 127.0.0.1:8080:web.example.com:80 user@host.example.com
Remote port forwarding
ssh -N -R 127.0.0.1:8080:google.com:80 user@host.example.com
Dynamic port forwarding
ssh -N -D 127.0.0.1:1080 user@host.example.com
19
1
Was this article helpful?
10 out of 19 found this helpful
Articles in this section
- How to add ssh port forwarding commands (-L, -R, -D) to Termius
- What's the "We've sent you an email to approve the login for your IP address" error?
- How do I cancel the trial period?
- How to adjust text size?
- Can the mobile ('strip') keyboard be customized?
- How does Termius know a password / encryption passphrase was leaked?
- How do I set the default SFTP path?
- How to copy/paste in the desktop app?
- How do I search in the terminal?
- Why do I get a 'System Keychain Unavailable' error? (iOS)
Add comment
Please sign in to leave a comment.