NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Get SSHD to have an opened forwarded listening socket?


Joined: 22 May 2004
Posts: 76
Reply with quote
In phped instructions regarding using debugging via tunneling:
<<<
Make sure sshd (server host - machine where dbg is installed) has opened forwarded listening socket. The following command below should show 7869 port in listening state (this assumes that you left default debugger port 7869 unchanged): netstat -na|grep 7869
>>>


If I dont have an opened forwarded listening socket, how do I get one?
Jeff
View user's profileFind all posts by jphilapySend private message
Veteran

Joined: 06 Jun 2007
Posts: 289
Location: Vancouver, Canada
Reply with quote
I am OpenSSH on the server, and added the following line in /etc/ssh/sshd_config:
Code:
AllowTcpForwarding yes

And of course, you have to restart sshd after making the change Wink

_________________
Smile
View user's profileFind all posts by annoSend private messageVisit poster's website
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
Quote:
If I dont have an opened forwarded listening socket, how do I get one?


normally, if you connect to your server using ssh client with appropriate tunnel settings, it will open forwarded socket on that server.
So, first please check with your ssh client if tunnel settings are correct.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Get SSHD to have an opened forwarded listening socket?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic