You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
1He is opening a port from B to vps, then a redirection from vps to an external port. Then, he claims to be connecting directly from A to B thru that opened channel. Is it not what he already said?user232326– user2323262018-11-05 16:29:44 +00:00Commented Nov 5, 2018 at 16:29
-
Please read: How to make ssh tunnel open to public?user232326– user2323262018-11-05 16:53:49 +00:00Commented Nov 5, 2018 at 16:53
-
And this ssh-tunnel-local-and-remote-port-forwarding-explained-with-examplesuser232326– user2323262018-11-05 16:57:04 +00:00Commented Nov 5, 2018 at 16:57
-
May be I am missing something (and so may the OP and future readers), but what I have read is exposing your data. Yes I may be an idiot, compared to you. But if I could read it wrong and make a mistake, then so will others.ctrl-alt-delor– ctrl-alt-delor2018-11-05 21:55:43 +00:00Commented Nov 5, 2018 at 21:55
-
1Yes, you are missing that there is not connection from A to C (and then to B). That is a wrong interpretation. What there is is a three step connection: (1) from B to VPS then (2) an internal port forward from port 18822 to port 18888 inside VPS and then (3) a direct connection of A to B. Please read the expanded description at the start of my answer. As long as the authentication of the last ssh command is A directly to B (and keys are not re-used) there could not be any data exposition.user232326– user2323262018-11-06 05:33:39 +00:00Commented Nov 6, 2018 at 5:33
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you