-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
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
Port fowarding failed for listen #941
Comments
Share sshd logs from server side. Steps here - https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps |
C:\Program Files\OpenSSH>sshd -d
|
OpenSSH_7.4p1 Debian-10, OpenSSL 1.0.2l 25 May 2017 debug3: send packet: type 1 |
2 different VM. I tried with different ports and same issue. Here is sshd_config AllowAgentForwarding yes |
OK here is the answer : Only root can foward privileged ports. Thank you for you support and great product !! |
"OpenSSH for Windows" version
0.0.22.0
Server OperatingSystem
windows 2012 EN Datacenter
Client OperatingSystem
Kali Linux 2017.1
What is failing
Remote port fowarding (sh -R 444:127.0.0.1:444 [email protected])
Expected output
On the server : netstat -an | grep ":444"
Actual output
In SSH client logs: Warning: remote port forwarding failed for listen port 444
The text was updated successfully, but these errors were encountered: