mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 09:14:21 +03:00
c377e6af29
This is very basic and doesn't support many features. Instead of describing what it *doesn't* support, I'll describe what I have tested: 1. Public key authentication (password is not supported) 2. Single command execution 3. PTY-less interactive bash shell (/bin/sh doesn't work) 4. Multi-user (i.e you can ssh as 'anon' as well as root)
11 lines
437 B
Diff
11 lines
437 B
Diff
--- a/config.sub.orig
|
|
+++ b/config.sub
|
|
@@ -1339,6 +1339,7 @@
|
|
# Each alternative MUST end in a * to match a version number.
|
|
# sysv* is not here because it comes later, after sysvr4.
|
|
gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
|
+ | serenity* \
|
|
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
|
|
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
|
| sym* | kopensolaris* | plan9* \
|