You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

DualShield Computer Logon Client is available for both RPM and DEB based Linux operating systems.

Prerequisites

Prior to the installation of the DualShield logon client, the Linux workstation must be domain joined.


Install Logon Client on CentOS / Fedora

Download the install file dshield-client-service-1.0.0-x86_64.rpm, and execute the command below to instal it

$ sudo rpm -ivh dshield-client-service-1.0.0-x86_64.rpm

Install Logon Client on Ubunto

Download the install file dshield-client-service-1.0.0-x86_64.deb, and execute the command below to instal it

$ sudo dpkg -i dshield-client-service-1.0.0-x86_64.deb

SSH Login

If you want to enable 2FA on SSH login, then you need to enable challenge/response on SSHD:

$ sudo vi /etc/ssh/sshd_config

ChallengeResponseAuthentication yes
AuthenticationMethods keyboard-interactive

Restart SSHD service after the above change:

$ sudo systemctl restart sshd
  • No labels