Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1005 Bytes

File metadata and controls

16 lines (13 loc) · 1005 Bytes

ROADMAP

Initial planning goals for WebSSH are listed below. (in no particular order)

  • SSH server bridge.
    • Should accept encrypted websocket/webRTC connections and attempt to connect to an existing ssh server.
    • Not sure how much work we want/need the server to do, especially if we eventually move to local TCP instead.
  • SSH client library.
    • Pure JavaScript or WebAssembly client library to interface with hterm or the like.
    • https://pijul.org/thrussh/ may be good through wasm.
    • How to access private ssh key? Or do we just generate it locally and store it in-browser somehow?
  • HTerm compatablilty.
    • How easy is it to link the SSH Client io to HTerm, seems it may be easier that expected, but needs more research.