Install ruby-ntlm by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-ntlm
Description:
NTLM authentication client for Ruby
NTLM (NT LAN Manager) is an authentication protocol used in various Microsoft network protocol implementations. It employs a challenge-response mechanism for authentication, in which clients are able to prove their identities without sending a password to the server. This Ruby library provides message creator and parser for the NTLM authentication. It supports NTLM v1 only.
Homepage: https://github.com/winrb/rubyntlm
Version: 0.6.1-2
Section: universe/ruby