On 07/07/21 08:55AM, Patrick wrote:
> What's a good minimal sshd?
>
> Or should we just run stunnel + telnetd?
Thank you for bringing this up - I've been thinking about this a lot
lately.
It seems silly to run interactive terminal applications remotely, as,
the remote machine:
- won't have your configs
- won't import/append to your bash_history
- may have a different OS
My gut tells me to use (N|FTP|SSH)FS, but this is a real pain in the
ass when compiling shit programs...
$ find bash | stest -f | wc -l
1605
$ find ncurses | stest -f | wc -l
1996
$ find linux | stest -f | wc -l
66520
Maybe y'all have a better solution?
Jeremy
Received on Wed Jul 07 2021 - 03:28:32 CEST
This archive was generated by hypermail 2.3.0
: Wed Jul 07 2021 - 04:12:07 CEST