mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
19 lines
354 B
TOML
19 lines
354 B
TOML
log_level = "info"
|
|
|
|
[net]
|
|
ip = "0.0.0.0"
|
|
port = 2223
|
|
|
|
[auth]
|
|
host_keys = [
|
|
# "/etc/ssh/ssh_host_ed25519_key",
|
|
"./test_ed25519_key"
|
|
]
|
|
password_login = false
|
|
banner = "welcome to my server!!!\r\ni hope you enjoy your stay.\r\n"
|
|
|
|
[security]
|
|
unprivileged_uid = 355353
|
|
unprivileged_gid = 355353
|
|
#unprivileged_user = "sshd"
|
|
experimental_seccomp = true
|