summaryrefslogtreecommitdiffstats
path: root/docker/etc/ssh
diff options
context:
space:
mode:
authorJakob Ackermann <das7pad@outlook.com>2019-05-06 04:49:32 +0200
committertechknowlogick <hello@techknowlogick.com>2019-05-05 22:49:32 -0400
commitdab38c375df5c4719d35f1be29278d254d68390f (patch)
treeccb2cd4e71f5e4b622c00be382153406b097893d /docker/etc/ssh
parent0081cd8dfe34bcd9182ccebb406000c17dcb8025 (diff)
downloadgitea-dab38c375df5c4719d35f1be29278d254d68390f.tar.gz
gitea-dab38c375df5c4719d35f1be29278d254d68390f.zip
[docker] drop the docker Makefile from the image (#6507)
Diffstat (limited to 'docker/etc/ssh')
-rw-r--r--docker/etc/ssh/sshd_config33
1 files changed, 0 insertions, 33 deletions
diff --git a/docker/etc/ssh/sshd_config b/docker/etc/ssh/sshd_config
deleted file mode 100644
index 6af082c419..0000000000
--- a/docker/etc/ssh/sshd_config
+++ /dev/null
@@ -1,33 +0,0 @@
-Port 22
-Protocol 2
-
-AddressFamily any
-ListenAddress 0.0.0.0
-ListenAddress ::
-
-LogLevel INFO
-
-HostKey /data/ssh/ssh_host_ed25519_key
-HostKey /data/ssh/ssh_host_rsa_key
-HostKey /data/ssh/ssh_host_dsa_key
-HostKey /data/ssh/ssh_host_ecdsa_key
-
-AuthorizedKeysFile .ssh/authorized_keys
-
-UseDNS no
-AllowAgentForwarding no
-AllowTcpForwarding no
-PrintMotd no
-
-PermitUserEnvironment yes
-PermitRootLogin no
-ChallengeResponseAuthentication no
-PasswordAuthentication no
-PermitEmptyPasswords no
-
-AllowUsers git
-
-Banner none
-Subsystem sftp /usr/lib/ssh/sftp-server
-
-AcceptEnv GIT_PROTOCOL \ No newline at end of file