Linux – algorithmic ciphers on sshd

algorithmic ciphers on sshd… here is a solution to the problem.

algorithmic ciphers on sshd

Ok, I thought about this and was curious if it was possible.
On linux systems, is there any way to generate a valid algorithmic password combination to log in to SSH, we can generate a valid password with a small application or device (like some bank’s internet interface, if you like, say a key generator)? If it works on sshd, there is no problem with the application.

Example scenario:

key generator generates key with an algorithm ->
124a5s589s6fqwer SSHd checks if generated key is valid, and lets login.

Solution

Check the one-time password (OTP). This is an example example

Related Problems and Solutions