On Tue, 20 May 2025, beaker wrote:
Turns out the default telnetd config "telnetd -a valid" in
the /etc/inetd.conf wont work [...]
Works with `-a valid' too. Just ran `skeyinit -s' then followed the prompts
to setup S/KEY. Both telnet to localhost and ssh from Linux to the qemu
instance worked
> 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
Good catch! Turns out that I still have identd activated on
several of my machines and I got
Benjamin 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 b
When i try to login is just says login incorrect and refused on this
terminal
On Mon, 2025-05-19 at 18:01 +0200, Martin Neitzel wrote:
> BC> I can't figure out how to use the skey login for telnet
>
> It's pretty simple.
>
> (1.) Make sure you have telnet enable
BC> I can't figure out how to use the skey login for telnet
It's pretty simple.
(1.) Make sure you have telnet enabled, typically by uncommenting
it in /etc/inetd.conf and "pkill -1 inetd".
(2.) As the user who wants to make use of SKEYs, run skeyinit once.
I can't figure out how to use the skey login for telnet