tree: ca14845c6e6ad7469519ef896cc1734891dae871 [path history] [tgz]
  1. developer-keys/
  2. config.h
  3. fuchsia-compat.c
  4. fuchsia-compat.h
  5. README.md
  6. sshd_config
fuchsia/README.md

OpenSSH on Fuchsia

Running

ssh

sshd

First generate host keys on your Fuchsia device:

$ ssh-keygen -A

Then copy your public SSH key to your Fuchsia device from your host:

% netcp ~/.ssh/id_rsa.pub :/.ssh/authorized_keys

Under listen run sshd -ire where i is for inetd mode, r to disable reexecing and e to print logs to stderr:

$ listen 22 /system/bin/sshd -ire

scp

sftp

Port Notes

TODO