Request ssh access of various RISC-V dev boards located in Inchi RVLab, Nanjing, China.
- Fork this repository.
- Add your GitHub ID into
developers.list
- Submit a pull request.
Example ssh config:
Host inchi-rvlab
HostName <jumpserver>
User <your-github-id>
Host inchi-rvlab-<board>
HostName <board-ip>
User <your-github-id>
ProxyCommand ssh -W %h:%p inchi-rvlab
You can access the board by ssh inchi-rvlab-<board>
.