serenity/Ports/openssh
Panagiotis Vasilopoulos 492f7132d2 Ports: Improve consistency and quality of ports
- Replaced /Root with
- Improved documentation.
- Removed a few typos.
- Replaced  with
- Added brackets in some cases.

Most of the changes were reviewed and applied manually.
2021-04-20 18:20:00 +02:00
..
patches Ports: Fix for building openssh 2021-04-12 22:44:49 +02:00
package.sh Ports: Improve consistency and quality of ports 2021-04-20 18:20:00 +02:00
ReadMe.md Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +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.