[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
permitting only S/Key login for telnet
- To: misc@openbsd.org
- Subject: permitting only S/Key login for telnet
- From: Christian Lecompte <cl@fidsec.com>
- Date: Wed, 27 Jun 2001 11:32:51 -0700
I'm playing around with S/Key and would like to limit telnet logins to
S/Key only.
Here's how I do it with sshd:
PasswordAuthentication no
ChallengeResponseAuthentication yes
But I also would like this type of setup for telnet.
Is there a way to do this without modifying the login source for telnet?