rename ssh_addr -> listen_addr

and ssh_port -> listen_port
old values still accepted for backwards compatibility
This commit is contained in:
Michel Oosterhof
2015-02-19 06:51:11 +00:00
parent 7b17bf06ce
commit 9e348e4c8d
4 changed files with 23 additions and 15 deletions

View File

@ -1,3 +1,6 @@
* 2015-02-19 Configuration directives have changed! ssh_addr has become listen_addr and ssh_port has become listen_port. The old keywords are still accepted for backwards compatibility
* default behaviour is changed to disable the exit jail
* sftp support
* exec support