tree: 352054148695238a2012256de62a9add5a960681 [path history] [tgz]
  1. config.h
  2. fuchsia-compat.c
  3. fuchsia-compat.h
  4. README.md
  5. 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

Run sshd with -d for debug mode and -r to disable reexecing:

$ sshd -dr

scp

sftp

Port Notes

TODO