Re: skey

2025-05-20 Thread RVP
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

Re: skey

2025-05-20 Thread Martin Neitzel
> 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

Re: skey

2025-05-20 Thread beaker
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

Re: skey

2025-05-19 Thread Benjamin
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

Re: skey

2025-05-19 Thread Martin Neitzel
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.

skey

2025-05-19 Thread Benjamin
I can't figure out how to use the skey login for telnet