Description

Starting with Junos Version 22.2, below command is not supported :

set system services ssh no-tcp-forwarding

 

 

Symptoms

ssh no-tcp-forwarding is disabled by default.

Solution

From 22.2 onward, this function is disabled by default. We need to enable this function using the command below.

set system services ssh allow-tcp-forwarding


https://www.juniper.net/documentation/us/en/software/junos/release-notes/22.2/junos-evo-release-notes-22.2r1/topics/what-changed/acx-what-changed-22.2r1.html

Modification History

2025-07-01 : Article Created