ladybird/Ports/openssh
Ben Wiederhake 87e4bcdf69 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.
2021-02-15 07:41:16 +01:00
..
patches Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
package.sh Ports: Clean up some package.sh scripts 2021-01-23 08:28:25 +01:00
ReadMe.md Everywhere: Canonicalize 'ReadMe' capitalization 2021-02-15 07:41:16 +01:00

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.