Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active August 16, 2017 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xynova/225638669ece17c1bc3caa6331f66136 to your computer and use it in GitHub Desktop.
Save xynova/225638669ece17c1bc3caa6331f66136 to your computer and use it in GitHub Desktop.
App-Services base setup
# This is ssh server systemwide configuration file.
# required by Azure AppServices
#
Port 2222
Ciphers aes128-cbc,3des-cbc,aes256-cbc
MACs hmac-sha1,hmac-sha1-96
PermitRootLogin yes
PasswordAuthentication yes
ListenAddress 0.0.0.0
# Other
# http://man.openbsd.org/sshd_config
#
LoginGraceTime 180
X11Forwarding no
StrictModes yes
SyslogFacility DAEMON
PermitEmptyPasswords no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment