Re: [dev] sshd?

2021-07-07 Thread 201009-suckless
Stunnel supports requiring client cert verification, ie. client cert is known or was signed by a given CA. Willing to trade pubkeys for PKI? See "requireCert" and the /verify.*/ options in https://www.stunnel.org/static/stunnel.html Patrick

Re: [dev] sshd?

2021-07-07 Thread Jan Klemkow
On Wed, Jul 07, 2021 at 08:55:07AM +0800, Patrick wrote: > What's a good minimal sshd? > Or should we just run stunnel + telnetd? Telnet + TLS or rsh + TLS is also a possible solution. stunnel is not enough. If you want to have a serious minimal replacement for ssh, you will need key-based authe

[dev] suckless indicators?

2021-07-07 Thread Nikita Zlobin
Oops, some applets are in the middle of debug or with issues. sysmon - in debug, not working properly sound, weather - don't stop printing afte main app quit others are ok (btw, for osmo it prints date instead of time). term indicator implementation, writtin in shell, is limited by shell limitatio

Re: [dev] Better naming for arg.h API

2021-07-07 Thread Nikita Zlobin
In Mon, 5 Jul 2021 13:36:50 +0200 Hiltjo Posthuma wrote: > It is based on: > https://9fans.github.io/plan9port/man/man3/arg.html > > argc (count) and argv (array of strings) are the program argument > names. > Btw, I only just looked to header, linked in that man page: https://9fans.github.io/

Re: [dev] suckless indicators?

2021-07-07 Thread Nikita Zlobin
In Wed, 7 Jul 2021 20:26:17 +0200 Quentin Rameau wrote: > Hello, > > > Oops, some applets are in the middle of debug or with issues. > > sysmon - in debug, not working properly > > sound, weather - don't stop printing afte main app quit > > others are ok (btw, for osmo it prints date instead of

Re: [dev] suckless indicators?

2021-07-07 Thread Nikita Zlobin
In Wed, 7 Jul 2021 20:26:17 +0200 Quentin Rameau wrote: > Hello, > > > Oops, some applets are in the middle of debug or with issues. > > sysmon - in debug, not working properly > > sound, weather - don't stop printing afte main app quit > > others are ok (btw, for osmo it prints date instead of

[dev] suckless indicators?

2021-07-07 Thread Nikita Zlobin
I tried to make mere windows more useful by making them to output more useful content in place of window name. One existing example is gentoo emerge, which prints status in number of emerged packages with system load. In attachements - more such apps with same indication, which I could call taskba

Re: [dev] sshd?

2021-07-07 Thread Sergey Matveev
*** Patrick [2021-07-07 08:55]: >Or should we just run stunnel + telnetd? Better is IPsec + telnetd (ESP + IKEv2). SSL/TLS has a very long history of awful and broken protocol design and its implementations. Only TLS 1.3 is good from cryptography point of view. Its huge complexity is overkill. IP

Re: [dev] suckless indicators?

2021-07-07 Thread Страхиња Радић
On 21/07/08 12:49, Nikita Zlobin wrote: > I tried to make mere windows more useful by making them to output more > useful content in place of window name. One existing example is gentoo > emerge, which prints status in number of emerged packages with system > load. But... why? There is already sls

Re: [dev] suckless indicators?

2021-07-07 Thread Quentin Rameau
Hello, > Oops, some applets are in the middle of debug or with issues. > sysmon - in debug, not working properly > sound, weather - don't stop printing afte main app quit > others are ok (btw, for osmo it prints date instead of time). > > term indicator implementation, writtin in shell, is limite