本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 satır
594B

  1. Port ${SSH_LISTEN_PORT}
  2. Protocol 2
  3. AddressFamily any
  4. ListenAddress 0.0.0.0
  5. ListenAddress ::
  6. LogLevel INFO
  7. HostKey /data/ssh/ssh_host_ed25519_key
  8. HostKey /data/ssh/ssh_host_rsa_key
  9. HostKey /data/ssh/ssh_host_dsa_key
  10. HostKey /data/ssh/ssh_host_ecdsa_key
  11. AuthorizedKeysFile .ssh/authorized_keys
  12. UseDNS no
  13. AllowAgentForwarding no
  14. AllowTcpForwarding no
  15. PrintMotd no
  16. PermitUserEnvironment yes
  17. PermitRootLogin no
  18. ChallengeResponseAuthentication no
  19. PasswordAuthentication no
  20. PermitEmptyPasswords no
  21. AllowUsers ${USER}
  22. Banner none
  23. Subsystem sftp /usr/lib/ssh/sftp-server
  24. AcceptEnv GIT_PROTOCOL
上海开阖软件有限公司 沪ICP备12045867号-1