Skip to main content
Ada_Lane
New Member
March 21, 2018
Question

prevent multiple SSL VPN user login with same user credential at same time

  • March 21, 2018
  • 1 reply
  • 19785 views

Hello Everyone How can I prevent multiple SSL VPN user login with same user credential at same time, means when a user name TEST with password 1234 login my system, That time no one can access my system with user name TEST and password 1234

    1 reply

    mahesh_secure
    New Member
    March 28, 2018

    Hi

     

    try the below step

     

    in cli type

     

    config user local

    edit ( user name ex: test)

    set auth-concurrent-override enable

    auth-concurrent-value 1

    end

     

    try and update

     

     

    Regards

    Mahesh

    emnoc
    New Member
    March 28, 2018

    You have a ssl vpn  limit replacement message so I believe you need to still st it via the cli at the potal name

     

     

     

    config  vpn ssl web portal

         edit  MYPORTANME

                set limit-user-login  enable

         end

     

    What happens they will get the option to bump any previous sslvpn session that they might have  left open and restircted to one session

     

     

     

    Ken