cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1189
Views
0
Helpful
3
Replies

prevent SSL VPN user from accessing ASA cli

raf.vanderveken
Level 1
Level 1

Hi ,

I've configured several users on my ASA in it's local database.

Those users are used for ssl vpn login, but the problem that I have is that those users

also have SSH access. Is it possible to prevent this ?

Thanks

2 Accepted Solutions

Accepted Solutions

Bastien Migette
Cisco Employee
Cisco Employee

Hello Raf,

If you do something like this:

username xxx attributes

   service-type remote-access

the user shouldn't get CLI access anymore.

Regards,

Bastien

View solution in original post

Hi Raf,

Please try to add the following command:

aaa authorization exec LOCAL

This should fix your problem.

View solution in original post

3 Replies 3

Bastien Migette
Cisco Employee
Cisco Employee

Hello Raf,

If you do something like this:

username xxx attributes

   service-type remote-access

the user shouldn't get CLI access anymore.

Regards,

Bastien

Hi bastien,

I already tried that but still the user is able to get CLI access.

grtz

raf

Hi Raf,

Please try to add the following command:

aaa authorization exec LOCAL

This should fix your problem.