Evil_TTL> show | s

Juniper SSH Session Timeout

Category:Juniper -> Security

This is how to identify default timeout for SSH sessions in High-End Juniper SRX services gateways:

rootshow chassis fpc pic-status
node1
:  //<----- part of name used below
--------------------------------------------------------------------------
Slot 0   Online       SPC3     //<----- part of name used below
   
PIC 0  Online       SPU Cp-Flow     //<----- part of name used below
   
PIC 1  Online       SPU Flow
Slot 1   Online       SPC3
   PIC 0  Online       SPU Flow
   PIC 1  Online       SPU Flow
Slot 5   Online       SRX5k IOC3 24XGE
+6XLG
   PIC 0  Online       12x 10GE SFP
+
   
PIC 1  Online       12x 10GE SFP+
   
PIC 2  Offline      3x 40GE QSFP+
   
PIC 3  Offline      3x 40GE QSFP+

{primary:node1}
root
request pfe execute target tnp tnp-name node1.fpc0.pic0 command "show usp app-def tcp"
================ node1.fpc0.pic0 ================
SENTUkern commandshow usp app-def tcp

tcp port
=0appl_name=junos-tcp-anyservice type=0alg id=0timeout=1800
tcp port
=20appl_name=junos-ftp-dataservice type=0alg id=79timeout=1800
tcp port
=21appl_name=junos-ftpservice type=1alg id=1timeout=1800
tcp port
=22appl_name=junos-sshservice type=22alg id=0timeout=1800 // <------ default SSH timeout is 30 minutes (1800 seconds)
tcp port=23appl_name=junos-telnetservice type=10alg id=0timeout=1800
tcp port
=25appl_name=junos-smtpservice type=7alg id=0timeout=1800

//further output omitted 
By privilege15