System information
Administration Tasks Not Done in the Web Manager 67
Specifying the Location for the OTP Databases
OTP password succeeds, you can safely change the method for ssh logins as
described in Step 3.
3. To specify OTP for ssh logins, change the target of the symbolic link
sshd to otp or otplocal
Note: The cycli utility and the Web Manager may not display the correct
authentication information when the symbolic links are changed manually.
T To Enable OTP Authentication for a Device
Do this procedure to manually configure a previously-configured device or
devices to use the OTP or OTP/Local authentication method.
1. Log into the OnBoard’s console.
2. Use vi or another text editor to open the /etc/
onboard_server.ini file for editing.
3. For any configured device, set the authtype to be either otp or
otplocal.
[root@OnBoard /]# ln -sf /etc/pam.d/otp login
OR
[root@OnBoard /]# ln -sf /etc/pam.d/otplocal login
[root@OnBoard /]# ln -sf /etc/pam.d/otp sshd
OR
[root@OnBoard /]# ln -sf /etc/pam.d/otplocal sshd
[root@OnBoard /]#
vi /etc/onboard_server.ini
authtype = otp
OR
authtype = otplocal