/
githubmirror
/
gogs
Обзор
Документация
Войти
/
githubmirror
/
gogs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-archive-testing
docker/sshd_config
15 строк
362 B
Menno van Rahden
docker: remove deprecated option (#5650)
17 мар 2019, 04:53
17 мар 2019, 04:53
bd13df9
Код
Авторство
О чём код?
Port 22 AddressFamily any ListenAddress 0.0.0.0 ListenAddress :: Protocol 2 LogLevel INFO HostKey /data/ssh/ssh_host_rsa_key HostKey /data/ssh/ssh_host_dsa_key HostKey /data/ssh/ssh_host_ecdsa_key HostKey /data/ssh/ssh_host_ed25519_key PermitRootLogin no AuthorizedKeysFile .ssh/authorized_keys PasswordAuthentication no PermitUserEnvironment yes AllowUsers git