Skip to content

Releases: cmp-202/ssh2shell

Updated Read.me

12 Aug 01:48
Compare
Choose a tag to compare

Updated the read.me structure and content.

Sudo no password

24 Mar 00:24
Compare
Choose a tag to compare

Fix to sudo processing when no password is required by host.

ssh2 .Client fix

30 Sep 05:51
Compare
Choose a tag to compare

The recent update to ssh2 version dependency limit for a security fix required a change to van ssh2 = require('ssh2').Client; for creating a new instance. I also removed the connection options mapping directly to host.server values.

Manual exit command error

20 Aug 23:36
Compare
Choose a tag to compare

Fixed trying to exit a changed user on a single host was being handled as a multi-connection exit incorrectly throwing an error.