1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:54:23 +00:00
serenity/Ports/openssh
2022-06-08 17:58:36 +01: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: Update openssh to 9.0 2022-05-02 17:12:51 -07: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