You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not use port forwarding functionality. In the screenshot, I set up a connection forwarding for an RDS instance with 1433 port. RDS instance is only accessible using the ssh server (bastion host).
At this phase, I could see the port forwarding message in tabby's ssh log:
In the same scenario, I was able to connect same instance with bare ssh command:
Hi,
I could not use port forwarding functionality. In the screenshot, I set up a connection forwarding for an RDS instance with 1433 port. RDS instance is only accessible using the ssh server (bastion host).
At this phase, I could see the port forwarding message in tabby's ssh log:
In the same scenario, I was able to connect same instance with bare ssh command:
#ssh -L 1433:some_rds_addr:1433 username@bastion_host_addr
I want to ask is port forwarding feature of tabby has the same functionality of ssh's port forwarding ?
Best Regards
The text was updated successfully, but these errors were encountered: