serenity/Ports/openssh
Brian Gianforcaro 13dc26eb0f Ports: Remove note about ssh needing port numbers explicitly specified
This is no longer true, I'm not sure where this got fixed, but I can
successfully connect via IP without specifying a port number using
the latest HEAD of master.
2021-06-16 10:38:12 +02:00
..
patches Ports: Remove dns and getpw pledges for the OpenSSH client 2021-05-18 16:33:48 +02:00
package.sh Ports: Generate host keys for OpenSSH 2021-05-01 12:40:12 +02:00
ReadMe.md Ports: Remove note about ssh needing port numbers explicitly specified 2021-06-16 10:38:12 +02: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.