Add remote port forwarding - #178
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
==========================================
- Coverage 86.54% 86.50% -0.05%
==========================================
Files 9 9
Lines 907 904 -3
==========================================
- Hits 785 782 -3
Misses 122 122
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hi @superstar54, if this is ready, you can request for review next time. can you see the button on the left? |
|
|
||
| If you visit the remote machine through a jump server, you run (replace the J_IP with the jump server IP): | ||
|
|
||
| ssh -J {user}@J_IP {user}@{hostname} -NfL {port}:localhost:{port} |
There was a problem hiding this comment.
Is that possible to get the J_IP if you are already ssh to the remote through SSH, this command is suppose to be copy-paste and run.
|
|
||
|
|
||
| @click.group(context_settings={"help_option_names": ["-h", "--help"]}) | ||
| @click.group() |
There was a problem hiding this comment.
Can you rebase the branch? I guess you force push and override the new changes.
unkcpz
left a comment
There was a problem hiding this comment.
@superstar54 thanks, just some minor request.

Add a example command for remote port forwarding when user login in through a jump server.