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