webssh2/app
Bill Church 342df8eb9c
feat(auth): ssh private key auth implemented via config.json (#161)
If config.json is present and user.privatekey has an ssh-rsa private key defined as well as a user.name, the SSH server will staticlly authenticate to whatever host is specified on the URL with those credentials.

The ssh-rsa private key must have is line returns replaced with the litaral \n

Example: "-----BEGIN RSA PRIVATE KEY-----\nblahblahblah\n"
2019-11-15 17:22:53 -05:00
..
client Updated packages: 2019-11-15 10:50:15 -05:00
scripts update build environment (#157) 2019-11-15 13:01:51 -05:00
server feat(auth): ssh private key auth implemented via config.json (#161) 2019-11-15 17:22:53 -05:00
config.json.sample feat(auth): ssh private key auth implemented via config.json (#161) 2019-11-15 17:22:53 -05:00
index.js Updated packages: 2019-11-15 10:50:15 -05:00
package-lock.json chore(release): 0.2.10-0 2019-11-15 11:06:09 -05:00
package.json chore(release): 0.2.10-0 2019-11-15 11:06:09 -05:00