1 Port 2222 2 HostKey /etc/ssh/ssh_host_ed25519_key 3 HostKey /etc/ssh/ssh_host_rsa_key 4 AuthorizedKeysFile /home/git/.ssh/authorized_keys 5 PermitRootLogin no 6 PasswordAuthentication no 7 PubkeyAuthentication yes 8 AllowUsers git 9 PermitUserEnvironment yes 10 X11Forwarding no 11 AllowTcpForwarding no 12 PermitTTY no 13