1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 20:37:35 +00:00

Everywhere: Canonicalize 'ReadMe' capitalization

We now follow a common capitalization throughout the project:

./Ports/openssh/ReadMe.md
./Ports/python3/patches/ReadMe.md
./Ports/ReadMe.md
./Meta/Lagom/ReadMe.md
./ReadMe.md

This filename is still obvious enough to be seen immediately.
This commit is contained in:
Ben Wiederhake 2021-02-13 13:25:19 +01:00 committed by Andreas Kling
parent 68e3616971
commit 87e4bcdf69
3 changed files with 0 additions and 0 deletions

11
Ports/openssh/ReadMe.md Normal file
View file

@ -0,0 +1,11 @@
# Known limitations
- No SK/FIDO support.
- No DNS support.
- No proxy support.
- Assumes SSH2.0 for now.
- Cannot determine compatibility flags.
This means there may be some weird bugs when connecting to certain SSH implementations.
- SSHD does not work as it requires socketpair. It will start, but will crash on connection.
# Note on connecting to servers
You have to specify the port number when using ssh. It seemingly doesn't default to 22.