obfuscated-openssh | _THIS PROJECT IS DEPRECATED_ For new version openssh | SSH Utils library
kandi X-RAY | obfuscated-openssh Summary
kandi X-RAY | obfuscated-openssh Summary
_THIS PROJECT IS DEPRECATED_ For new version openssh:
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of obfuscated-openssh
obfuscated-openssh Key Features
obfuscated-openssh Examples and Code Snippets
Community Discussions
Trending Discussions on obfuscated-openssh
QUESTION
I want to use a docker container to create the ssh tunnel since there are issues compiling Obfuscated OpenSSH on Mac where as it is simple on Ubuntu.
Here is the docker file I'm using
...ANSWER
Answered 2017-Aug-03 at 14:21The issue is that you are creating a localhost tunnel inside the container. To use that tunnel you need to be inside the docker container.
When you use -p 127.0.0.1:6969:6969
in docker run command. It says that port 6969
from the container will receive all traffic from your machine. But the container would receive the same from the IP assigned to the docker container. Which would be something like 172.2.0.2
.
You ssh tunnel inside the container is only listening to 127.0.0.1
and not 172.2.0.2
, so it will receive no such traffic. So change your Dockefile line
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install obfuscated-openssh
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page