Re: set -o emacs ; stty -echo

2022-10-08 Thread Robert Elz
Date:Tue, 19 Jul 2022 21:34:27 -0400 From:Andrew Cagney Message-ID: | should, like for bash, this put the terminal into -echo mode? | | arm64$ echo $SHELL | /bin/sh | arm64$ set -o emacs ; stty -echo | arm64$ pwd | /home/cagney | | other

Re: Growing sshd process count

2022-10-08 Thread Andy Ruhl
On Fri, Oct 7, 2022 at 7:22 PM Mayuresh wrote: > > On Fri, Oct 07, 2022 at 02:14:09PM -, Michael van Elst wrote: > > Someone is brute-forcing your account passwords. > > Thanks. I think blacklistd is protecting me. > > But doesn't this qualify as a DDOS attack? The VPS provider (Hetzner) >

Re: Growing sshd process count

2022-10-08 Thread Michael van Elst
On Sat, Oct 08, 2022 at 07:51:48AM +0530, Mayuresh wrote: > On Fri, Oct 07, 2022 at 02:14:09PM -, Michael van Elst wrote: > > Someone is brute-forcing your account passwords. > > Thanks. I think blacklistd is protecting me. > > But doesn't this qualify as a DDOS attack? The VPS provider