Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

SSHTunnel Transport endpoint is not connected

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Killertjuh
Posts: 27
Joined: 2014-01-21 05:49

SSHTunnel Transport endpoint is not connected

#1 Post by Killertjuh »

Dear,

I have some problems with my SSH tunnel. I`ll use this command:

ssh -N -F /etc/ssh/sshtunnel_conf -i /path/to/cert -p 443 -D 8081 ssh@example.com

But after a while i`ll see this message if i run ssh with -vvv
debug2: channel 4: chan_shutdown_write: shutdown() failed for fd 9: Transport endpoint is not connected

After this message i can do nothing anymore i have to restart the ssh session
on the server side i used: openssh-server 1:6.7p1-5 + Fail2Ban 0.8.13-1 (jessie)
on the client side: openssh-client 1:6.9p1-2+b1 (stretch)

I cannot find anything on the internet. Can someone help me to the right direction :D ?

Post Reply