Local authentication tasks
The local authentication (local password and SSH public key) tasks are as follows. Simple tasks link to the relevant command description.
Task | Command or procedure | Example |
---|---|---|
Enable authentication as local (enabled by default) | aaa authentication login default |
Each of these two example commands enables authentication as local:
|
Remove any server-groups sequence, retaining authentication as local | aaa authentication login default |
|
Show authentication configuration | show aaa authentication |
|
Enable password-based authentication minimum password length checking | aaa authentication minimum-password-length |
|
Disable password-based authentication minimum password length checking | aaa authentication minimum-password-length |
|
Enable local password-based authentication login attempt limiting | aaa authentication limit-login-attempts |
|
Disable local password-based authentication login attempt limiting | aaa authentication limit-login-attempts |
|
Enable local password-based authentication for use with SSH clients (enabled by default) | ssh password-authentication |
|
Disable local password-based authentication for use with SSH clients | ssh password-authentication |
|
Enable SSH public key authentication (enabled by default) | ssh public-key-authentication |
|
Disable SSH public key authentication | ssh public-key-authentication |
|
Show state of local password-based (for SSH) and SSH public key authentication | show ssh authentication-method |
|
Copying the client SSH public key into the key list | user authorized-key |
|
Removing SSH public keys from the key list | user authorized-key |
|
Showing the SSH client public key list | show user |
|