serenity/Ports/openssh
2023-07-10 13:08:27 +02:00
..
patches Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
.gitignore Ports: Unignore the OpenSSH port README 2022-03-24 20:11:39 -07:00
package.sh Ports: Remove support for auth_types other than sha256 2023-07-10 13:08:27 +02:00
ReadMe.md Ports: Make openssh server not crash during startup 2022-05-02 17:12:51 -07: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.

Autostart SSHD

Add something like this to your sync-local.sh

cat <<EOF >> mnt/etc/SystemServer.ini

[SSHServer]
Executable=/usr/local/sbin/sshd
Arguments=-D
KeepAlive=1
SystemModes=text,graphical
EOF