View Issue Details

IDProjectCategoryView StatusLast Update
0004822Kali LinuxGeneral Bugpublic2018-06-26 05:27
ReporterBoWeaver Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version2018.2 
Summary0004822: SSH Tunneling fails
Description

I have used SSH tunneling to get access to Kali jumpboxes on remote networks for several years. A few months back the ability to do this just quit working and I get the error "Tunnel device failed to open" As I have done for a long time I am using the SSH commands. ssh root@<IPADDRESS> -w 0:0

I am adding the following to the sshd_config file and also changed root logins to "yes"

PermitTunnel yes
ClientAliveInterval 120

As I said this method has worked for me for years I looked online and not found a reason for this failure and would appericate any help.

I have attached a screen shot of the failure response.

Thanks
BoWeaver

Attached Files
tunnel-failed.png (35,648 bytes)   
tunnel-failed.png (35,648 bytes)   

Activities

elwood

elwood

2018-06-26 05:27

reporter   ~0009316

This is a sshd config issue, not a bug. Ensure "AllowTcpForwarding" is set to "yes" in your /etc/ssh/sshd_config.

Issue History

Date Modified Username Field Change
2018-06-26 00:12 BoWeaver New Issue
2018-06-26 00:12 BoWeaver File Added: tunnel-failed.png
2018-06-26 05:27 elwood Status new => closed
2018-06-26 05:27 elwood Resolution open => no change required
2018-06-26 05:27 elwood Description Updated
2018-06-26 05:27 elwood Note Added: 0009316