serenity/Ports/openssh
kleines Filmröllchen 19163e79a3 Everywhere: Format Markdown with prettier
These are the exact changes necessary to get the
next commit to pass pre-commit checks.
2024-10-04 10:46:42 -04:00
..
patches
.gitignore
package.sh Ports: Update ports that depend on LibCore to depend on LibCoreMinimal 2024-03-31 19:22:32 +02:00
ReadMe.md Everywhere: Format Markdown with prettier 2024-10-04 10:46:42 -04: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=true
SystemModes=text,graphical

[SSHServerGenKeys]
Executable=/usr/local/bin/ssh-keygen
Arguments=-A
KeepAlive=false
SystemModes=text,graphical
EOF