serenity/Ports/openssh
2021-01-22 17:44:05 +01:00
..
patches Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
package.sh Meta: Get building on NixOS (#5005) 2021-01-22 17:44:05 +01:00
README.md Ports: Add OpenSSH port 2020-09-27 01:02:11 +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.

Note on connecting to servers

You have to specify the port number when using ssh. It seemingly doesn't default to 22.