Forum Discussion

baek1986's avatar
baek1986
Icon for Nimbostratus rankNimbostratus
Apr 19, 2015

how to modify automatic logout about console, WebUI and SSH??

  1. Configuring automatic logout for idle web configuration utility sessions

     

    1) 9.x ?

     

    2) 10.x - 11.x >> sol9908: Configuring an automatic logout for idle sessions

     

  2. Configuring automatic logout for idle SSH connections (command line sessions)

     

    1) 9.x ?

     

    2) 10.x - 11.x >> sol9908: Configuring an automatic logout for idle sessions

     

14 Replies

  • What is your question? The default is 1200 seconds (20 minutes) and the idle time cannot be disabled but you can modify. modify sys sshd inactivity-timeout

     

    • baek1986's avatar
      baek1986
      Icon for Nimbostratus rankNimbostratus
      i want to know command about auto logout on v9.4.5.
  • can you try b sshd help?

    i do not have 9.4.x. the following is from 10.2.4.

    SSHD(1)                          BIG-IP Manual                         SSHD(1)
    
    NAME
           sshd command - Configures the Secure Shell (SSH) daemon for the BIG-IP system.
    
    SYNTAX
           Use this command to configure the sshd daemon on the system.
    
    CREATE/MODIFY
           Important: If you are assigned a user role that allows you to create objects, and you are assigned
           access to all partitions, then before you create an object in a specific partition, you must use
           the bigpipe shell command to set your Write partition to the partition in which you want to create
           the object. For more information, see the Configuring Administrative Partitions and Managing User
           Accounts chapters in the TMOS Management Guide for BIG-IP Systems.
    
           Note: You must enter the values for the loglevel argument using the exact case shown below. In
           other words, to assign a log level of ERROR, you use the syntax: bigpipe sshd loglevel ERROR.
    
            bigpipe sshd [{]  [}]
               ::=
                 allow ( │ none) [add │ delete]
                 banner (enable │ disable)
                 banner text ( │ none)
                 inactivity timeout 
                 include ( │ none)
                 login (enable │ disable)
                 loglevel (QUIET │ FATAL │ ERROR │ INFO │ VERBOSE │ DEBUG │ \
                   DEBUG1 │ DEBUG2 │ DEBUG3)
    
    DISPLAY
            bigpipe sshd [show [all]]
            bigpipe sshd list [all]
            bigpipe sshd allow
    
    • baek1986's avatar
      baek1986
      Icon for Nimbostratus rankNimbostratus
      I run the following command. b sshd inactivity timeout 15. After 15 seconds. There was no change.
    • nitass's avatar
      nitass
      Icon for Employee rankEmployee
      you do know it won't affect existing session, don't you? you have to create a new ssh session.
  • can you try b sshd help?

    i do not have 9.4.x. the following is from 10.2.4.

    SSHD(1)                          BIG-IP Manual                         SSHD(1)
    
    NAME
           sshd command - Configures the Secure Shell (SSH) daemon for the BIG-IP system.
    
    SYNTAX
           Use this command to configure the sshd daemon on the system.
    
    CREATE/MODIFY
           Important: If you are assigned a user role that allows you to create objects, and you are assigned
           access to all partitions, then before you create an object in a specific partition, you must use
           the bigpipe shell command to set your Write partition to the partition in which you want to create
           the object. For more information, see the Configuring Administrative Partitions and Managing User
           Accounts chapters in the TMOS Management Guide for BIG-IP Systems.
    
           Note: You must enter the values for the loglevel argument using the exact case shown below. In
           other words, to assign a log level of ERROR, you use the syntax: bigpipe sshd loglevel ERROR.
    
            bigpipe sshd [{]  [}]
               ::=
                 allow ( │ none) [add │ delete]
                 banner (enable │ disable)
                 banner text ( │ none)
                 inactivity timeout 
                 include ( │ none)
                 login (enable │ disable)
                 loglevel (QUIET │ FATAL │ ERROR │ INFO │ VERBOSE │ DEBUG │ \
                   DEBUG1 │ DEBUG2 │ DEBUG3)
    
    DISPLAY
            bigpipe sshd [show [all]]
            bigpipe sshd list [all]
            bigpipe sshd allow
    
    • baek1986's avatar
      baek1986
      Icon for Nimbostratus rankNimbostratus
      I run the following command. b sshd inactivity timeout 15. After 15 seconds. There was no change.
    • nitass_89166's avatar
      nitass_89166
      Icon for Noctilucent rankNoctilucent
      you do know it won't affect existing session, don't you? you have to create a new ssh session.