ladybird/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
package.sh
ReadMe.md

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