S
S
schnaps19812016-10-10 12:56:26
SSH
schnaps1981, 2016-10-10 12:56:26

Is it possible to configure socks5 to use as SSH?

Hello! the task is not entirely trivial. usually done the other way around, but!
There is software that can only use SSH as a proxy.
And there are several socks5 proxies. you need to make this software work through proxies.
The idea is as follows:
1. Suppose there is some kind of intermediate server, we install an SSH server on it
2. All traffic leaving this server must be sent to the socks, which should change to a random one from the list, at the moment when the connection to SSH occurs -server.

thus it turns out that the software, connecting as if via SSH, will work through socks.

How to implement all this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iSergios, 2016-10-10
@iSergios

Есть софт, который умеет использовать только SSH в качестве прокси.

Все что ниже, только запутывает.
Как именно он использует ssh в качестве прокси? Если он сам поднимает SSH, то изменить это можно только изменив код программы. Вы, я так понял, хотите прослушивать трафик между этим приложением и чем-то еще. Если так, то смиритесь, что без изменения приложения трафик от приложения до SSH сервера для вас недосягаем. Если же трафик идет дальше, можно выпендриться: поднять свой SSH-сервер, и при условии, что вам доступны ключи (или вы можете сгенерить новые) заставить использовать его ваше приложение (либо подменой DNS, либо смухлевав с IP любым доступным вам способом). После слушайте.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question