Dear Friends,
I would like add a local user that only have access to SSH. What would be the best way? I already configured Radius Remote Management which is working fine with Windows NPS server. Donot really want to interrupt that.
I tried these commands:
aaa authorization commands local
aaa authorization group "ReadOnlyGroup" 100 match-command "command:ssh" permit
aaa authentication local-user "Readonly" group "ReadOnlyGroup" password plaintext
However, I still cannot use this user "ReadOnly: to log in to SSH.
Also, is there a way I can configure this user "ReadOnly" read only?
Seems SNMPv3 user is not working in our scenario because we have to run powershell script to read Config.
Thanks a lot,
ML