[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:network_services:tunnel_interfaces [2013/11/23 15:45 (UTC)] – [Tunnel Interfaces] ricky_cardohowtos:network_services:tunnel_interfaces [2013/12/06 15:01 (UTC)] – [Tunnel Interfaces] added $port option ricky_cardo
Line 55: Line 55:
  
   * To substitute normal ssh rather than autossh substitute this line below for the one with autossh (line 20)<code bash>   * To substitute normal ssh rather than autossh substitute this line below for the one with autossh (line 20)<code bash>
-/usr/bin/sudo /usr/bin/ssh -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -fw 0:0 $target /bin/true+/usr/bin/sudo /usr/bin/ssh -p $port -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -fw 0:0 $target /bin/true
 </code> </code>
  
 howtos:network_services:tunnel_interfaces ()