Forum Discussion

Philip_King_719's avatar
Philip_King_719
Icon for Nimbostratus rankNimbostratus
Mar 02, 2017

Is TMSH available remotely?

I'm setting up my new F5 units with LDAP authentication and Remote Role Groups. In my old setup we had the users configured in the F5 and admins had the Advanced Shell. Now I've setup the admin group to have TMSH since Advanced Shell is not an option, but keep getting Access Denied when trying to connect from Putty. I'm connecting to the shared IP on port 22 with the connection type set to SSH. The login prompt appears and I enter the same account info I use on the web console, but not working in command line.

 

2 Replies

  • Look like terminal access has not enabled. Check & update if any question.

            tmsh modify auth remote-role role-info add { F5Admins { attribute memberOF=cn=grp-  F5Admins,ou=Groups,dc=devcentral,dc=test console enable line-order 1 role administrator user-partition all } }
    

    Confirm the settings.

        tmsh show running-config /auth remote-role
    
    • Philip_King_719's avatar
      Philip_King_719
      Icon for Nimbostratus rankNimbostratus

      show config returns my groups and under my admin group it includes:

       

      console tmsh

       

      line-order 1000

       

      role administrator

       

      user-partition All