Skip to content

Improvements to Chocolatey Packaging (packaging release 0.0.9.20170311) #577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DarwinJS opened this issue Mar 11, 2017 · 0 comments
Closed

Comments

@DarwinJS
Copy link

DarwinJS commented Mar 11, 2017

  Release Notes for Chocolatey Packaging:
  0.0.9.20170311
     - no longer overwrites sshd_conf if it already exists, unless /OverWriteSSHDConf is used
     - supports setting SSHD LogLevel during install or upgrade using /SSHLogLevel
     - automatically creates "logs" subfolder in install folder so that if logging is enabled 
       in the config file it starts without requiring a manual folder creation

  -params '"/OverWriteSSHDConf"'
  Introduced in Version: 0.0.9.20170311
  By default an existing sshd_conf file will not be overwritten (was always overwritten in previous releases)
  Use this switch to overwrite an existing sshd_conf with the one from the current install media

  -params '"/SSHLogLevel:VERBOSE"'
  Introduced in Version: 0.0.9.20170311
  Allows the setup of the SSH logging level.
  Valid Options: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, DEBUG3
 On a fresh install LogLevel is set to QUIET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants