mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-22 11:23:06 -05:00
28fb12b8f1
Dockerfile rootfs/tmp/etc/ssh/ rootfs/usr/local/etc/docker/init.d/08-gitea.sh
36 lines
920 B
Plaintext
36 lines
920 B
Plaintext
Port 7833
|
|
Protocol 2
|
|
|
|
AddressFamily any
|
|
ListenAddress 0.0.0.0
|
|
ListenAddress ::
|
|
|
|
LogLevel INFO
|
|
|
|
HostKey REPLACE_SSH_CONF_DIR/ssh_host_ed25519_key
|
|
HostKey REPLACE_SSH_CONF_DIR/ssh_host_rsa_key
|
|
HostKey REPLACE_SSH_CONF_DIR/ssh_host_ecdsa_key
|
|
|
|
AuthorizedKeysFile REPLACE_SSH_DATA_DIR/authorized_keys
|
|
AuthorizedPrincipalsFile REPLACE_SSH_DATA_DIR/authorized_principals
|
|
TrustedUserCAKeys REPLACE_SSH_DATA_DIR/gitea-trusted-user-ca-keys.pem
|
|
CASignatureAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,ssh-ed25519,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
|
|
|
UseDNS no
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding no
|
|
PrintMotd no
|
|
|
|
PermitUserEnvironment yes
|
|
PermitRootLogin no
|
|
ChallengeResponseAuthentication no
|
|
PasswordAuthentication no
|
|
PermitEmptyPasswords no
|
|
|
|
AllowUsers gitea
|
|
|
|
Banner none
|
|
Subsystem sftp /usr/lib/ssh/sftp-server
|
|
|
|
AcceptEnv GIT_PROTOCOL
|