Benjamin <cartwri...@tilde.club> wrote:

> When i try to login is just says login incorrect and refused on this
> terminal

I was curious about this and decided to try setting up skey login w/
telnetd.  Turns out the default telnetd config "telnetd -a valid" in
the /etc/inetd.conf wont work with skey but the following does:

  telnet stream tcp nowait ... telnetd -a off

According to the telnetd manpage this simply lets login(1) do all the
authenticating.  Be sure to restart inetd after the change:

  $ sudo service inetd restart

Also verify what your next skey passphrase is with '$ skey -n 1' .

-b

Reply via email to