mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-03-16 06:32:38 +00:00
37 lines
653 B
Text
37 lines
653 B
Text
Port 29418
|
|
|
|
AddressFamily any
|
|
ListenAddress 0.0.0.0
|
|
ListenAddress ::
|
|
|
|
HostKey /app/data/sshd/ssh_host_rsa_key
|
|
HostKey /app/data/sshd/ssh_host_ecdsa_key
|
|
HostKey /app/data/sshd/ssh_host_ed25519_key
|
|
|
|
LogLevel INFO
|
|
|
|
# no reverse DNS lookup
|
|
UseDNS no
|
|
UsePAM no
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding no
|
|
PrintMotd no
|
|
PrintLastLog no
|
|
|
|
LoginGraceTime 120
|
|
StrictModes yes
|
|
PubkeyAuthentication yes
|
|
PermitUserEnvironment yes
|
|
PermitRootLogin no
|
|
ChallengeResponseAuthentication no
|
|
PasswordAuthentication no
|
|
PermitEmptyPasswords no
|
|
HostbasedAuthentication no
|
|
|
|
AllowUsers git
|
|
|
|
Banner none
|
|
Subsystem sftp /usr/lib/ssh/sftp-server
|
|
|
|
AcceptEnv GIT_PROTOCOL LANG LC_*
|
|
|