[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: forcing users to s/key only



On Thu, Mar 02, 2000 at 01:17:40PM -0800, Colin Corbett wrote:
> 3:  Force ssh to s/key only.  -- There is no option for this.  Users 
> have to type "s/key" as their password.  This breaks a few windows 
> ssh clients, (as well as only works on unix if you type ssh -v). 
>  Thank you FAQ.  How possible would it be to get a "s/key" only option?
> Well not really, as mentioned in the posts in 11/99 

recent versions of OpenSSH support this (post November).
it is possible to force s/key for all users.

the implementation does not use debug messages and
sshd interops with the challenge respose methods from
TTSSH and SecureCRT windows clients.

ssh-1.2.27 clients can connect too (with the TIS auth option).

-markus