All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change servers.ini file from
/usr/local/etc/servers.ini
to~/.gossh/servers.ini
- More comprehensive CLI using cobra library
- Some unnecessary \n's
- fix permission for $HOME/.ssh
- fix permission for /usr/local/etc/gossh
- Change the behaviour of ini parser to only treat '#' and ';' as comment indicators when a space is present before them. ('xxx;yyy' is parsed as it is. 'xxx ;yyy' is parsed to 'xxx'). This is useful when a password contains one of those characters.
- Support for local port forwarding
- CHANGELOG.md
- Start following SemVer properly.
- Updated README.md