Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

sshd_config 576B

1234567891011121314151617181920212223242526272829303132
  1. Port 22
  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 git
  22. Banner none
  23. Subsystem sftp /usr/lib/ssh/sftp-server
  24. UsePrivilegeSeparation no