Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the installer file linux-computerdshield-client-clientservice-x.y.z-x86_64.rpm, and execute the command below to install it (whereas x.y.z is the version and build number, e.g. 1.0.0)

...

Install Logon Client on Ubuntu

Download the install file linuxfile dshield-computerclient-logon-clientservice-x.y.z-x86_64.deb, and execute the command below to instal install it

Code Block
languagebash
$ sudo apt install ./dshield-client-service-1.0.0-x86_64.deb

...

If you want to enable 2FA on SSH login, then you need to enable challenge/response and also enable keyboard-interactive.

For Ubuntu 18 & 20, and

...

CentOS

Code Block
languagebash
$ sudo vi /etc/ssh/sshd_config

ChallengeResponseAuthentication yes
AuthenticationMethods keyboard-interactive

...