We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I try to establish an connection between two hosts with reserse-ssh.
-v
2023/04/04 20:18:03 Successful authentication with password from [email protected]:17477 2023/04/04 20:18:03 Attempt to bind at 127.0.0.1:8888 granted
But fails with
Enter password: 2023/04/04 20:18:03 ssh: tcpip-forward request denied by peer
Is it related to hosts sshd? But I tried to connect with reverse-ssh binary to a reverse-ssh listener...
Listener cmd:
./upx_reverse-sshx64 -v -l -p 8888 <IP>
Client cmd:
./upx_reverse-sshx64 -p 8888 -v <IP>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I try to establish an connection between two hosts with reserse-ssh.
-v
flag to see password promptBut fails with
Is it related to hosts sshd? But I tried to connect with reverse-ssh binary to a reverse-ssh listener...
Listener cmd:
Client cmd:
The text was updated successfully, but these errors were encountered: