Developers need to use their local SQL client to access a PostgreSQL instance that is bound to 127.0.0.1:5432 on dbserver.example.com. Only the SSH service (TCP 22) is reachable on that host. Each developer will start a tunnel from their workstation and then point the client at localhost:15432 while the tunnel is active. Which single SSH command, issued on the developer workstation, correctly creates the required tunnel and stays in the foreground for troubleshooting?
The task calls for local port forwarding: a socket must listen on the developer workstation (port 15432) and forward every connection through the secure SSH channel to 127.0.0.1:5432 on the remote server. The -L option implements this in the form -L local_port:remote_host:remote_port. Therefore the command with -L 15432:localhost:5432 and the correct user and host establishes the tunnel. The -R flag would create the opposite (remote) direction, -D starts a SOCKS proxy and does not accept host:port arguments, and placing the remote host name before the local port misuses the bind_address field, so those alternatives fail to satisfy the requirement.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is local port forwarding in SSH?
Open an interactive chat with Bash
How does the `-L` option differ from the `-R` option in SSH?
Open an interactive chat with Bash
What is the purpose of specifying `localhost` in port forwarding?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
Security
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .