enable ssh for Azure

This commit is contained in:
Wolfgang Hottgenroth
2022-07-20 16:12:35 +02:00
parent 4862c67a4e
commit dc2afd87dc
3 changed files with 27 additions and 1 deletions

12
sshd_config Normal file
View File

@ -0,0 +1,12 @@
Port 2222
ListenAddress 0.0.0.0
LoginGraceTime 180
X11Forwarding yes
Ciphers aes128-cbc,3des-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr
MACs hmac-sha1,hmac-sha1-96
StrictModes yes
SyslogFacility DAEMON
PasswordAuthentication yes
PermitEmptyPasswords no
PermitRootLogin yes
Subsystem sftp internal-sftp