Re: SSHowDowN

2016-10-18 Thread Christian Gruhl
On 10/18/2016 10:41 AM, Solène Rapenne wrote: > Le 2016-10-18 10:35, Peter Janos a écrit : >> shouldn't the default be "no" for the AllowTcpForwarding? Why is an >> insecure option "yes" by default? >> https://www.akamai.com/us/en/multimedia/documents/state-of-the-internet/sshow down-exploitation

Re: SSHowDowN

2016-10-18 Thread Christian Gruhl
On 10/18/2016 10:56 AM, Peter Janos wrote: > sometimes I send mails in HTML format, sorry for that, mail.com has this by > default.. > > so the PDF also states that the "admin" user had /sbin/nologin for shell > > -- > http://man.openbsd.org/OpenBSD-current/man5/sshd_config.5 ...

Re: Why isn't "sort -R" random?

2016-11-04 Thread Christian Gruhl
Hi minek, On 11/04/2016 04:41 PM, minek van wrote: > Hello, > > # strings /dev/arandom | grep -o '[[:print:]]' | head -100 > a.txt > # sort -R a.txt > K ... > 9 > # uname -mrs > OpenBSD 6.0 amd64 > # > # sort -R a.txt > b.txt > # cksum b.txt > 3374888359 200 b.txt > # sort -R a.txt > b.txt > # cks