reverse-ssh icon indicating copy to clipboard operation
reverse-ssh copied to clipboard

Problem to establish remote connection

Open pwFoo opened this issue 2 years ago • 0 comments

Hi, I try to establish an connection between two hosts with reserse-ssh.

  1. I need to add -v flag to see password prompt
  2. Authenticated by password looks good
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>

pwFoo avatar Apr 04 '23 20:04 pwFoo