webssh2/app/server
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
..
app.js feat(auth): ssh private key auth implemented via config.json (#161) 2019-11-15 17:22:53 -05:00
expressOptions.js fix reauth option, move files into /app, update dockerfile, update packages 2018-11-11 10:07:37 -05:00
socket.js feat(auth): ssh private key auth implemented via config.json (#161) 2019-11-15 17:22:53 -05:00
util.js feat(auth): ssh private key auth implemented via config.json (#161) 2019-11-15 17:22:53 -05:00