billchurch / webssh2

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
MIT License
2.36k stars 536 forks source link

Public Key authentication available / contemplated? #329

Closed novak-services closed 1 year ago

novak-services commented 1 year ago

That is a very neat tool. But when I am using SSH, I mostly go for Public Key authentication (using private keys on the local system and the public key is known to the server). This also gives best security.

Is this currently possible or in any way anticipated?

billchurch commented 1 year ago

It is planned, but no ETA. duplicate of #247