Forum Discussion

4 Replies

  • zeiss_63263's avatar
    zeiss_63263
    Historic F5 Account

    Remember that there are two kinds of interfaces you can connect by SSH on. One is the management interface (eth0/mgmt) and second is the tmm interfaces (the self IPs on the configured VLANs essentially) if permitted in the port lockdown settings.

    Try using the modify command to alter the port statement in tmsh:

    (tmos) modify sys sshd port 23
    (tmos) list sys sshd all-properties
    sys sshd {
        allow { ALL }
        banner disabled
        banner-text none
        description none
        inactivity-timeout 0
        include none
        log-level info
        login enabled
        port 23
    }
    

    You won't be kicked out of your existing SSH sessions, but the next connections will need to use the new port.

    • yanghemu_170900's avatar
      yanghemu_170900
      Icon for Nimbostratus rankNimbostratus

      Thank you, but i can not find "modify sys sshd port" command in 11.5.4 edition which edition you are using?