Skip to content

Releases: moul/sshportal

v1.5.0

12 Dec 14:19
Compare
Choose a tag to compare
  • Create Session objects on each connections (history)
  • Connection history
  • Audit log
  • Add dynamic strict host key checking (learning on the first time, strict on the next ones)
  • Add-back MySQL support (experimental)
  • Fix some backup/restore bugs

v1.4.0

24 Nov 14:25
Compare
Choose a tag to compare
  • Add 'key setup' command (easy SSH key installation)
  • Add Updated and Created fields in 'ls' commands
  • Add --aes-key option to encrypt sensitive data

https://github.com/moul/sshportal/blob/master/CHANGELOG.md#v140-2017-11-24

v1.3.0

24 Nov 14:24
Compare
Choose a tag to compare
  • More details in 'ls' commands
  • Add 'host update' command (fix #2)
  • Add 'user update' command (fix #3)
  • Add 'acl update' command (fix #4)
  • Allow connecting to the shell mode with the registered username or email (fix #5)
  • Add 'listhosts' role (fix #5)

https://github.com/moul/sshportal/blob/master/CHANGELOG.md#v130-2017-11-23

v1.2.0

23 Nov 09:37
Compare
Choose a tag to compare
  • Support adding multiple --group links on host create and user create
  • Use govalidator to perform more consistent input validation
  • Use a database migration system

https://github.com/moul/sshportal/blob/master/CHANGELOG.md#v120-2017-11-22

v1.1.0

14 Nov 00:31
Compare
Choose a tag to compare
  • Improve versionning (static VERSION + dynamic GIT_* info)
  • Configuration management (backup + restore)
  • Implement Exit (fix #6)
  • Disable mysql support (not fully working right now)
  • Set random seed properly

https://github.com/moul/sshportal/blob/master/CHANGELOG.md#110-2017-11-15

v1.0.0

13 Nov 16:48
df0fc6a
Compare
Choose a tag to compare
  • Host management
  • User management
  • User Group management
  • Host Group management
  • Host Key management
  • User Key management
  • ACL management
  • Connect to host using key or password
  • Admin commands can be run directly or in an interactive shell

https://github.com/moul/sshportal/blob/master/CHANGELOG.md#100-2017-11-14