mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-17 01:45:04 +01:00
parse config file
This commit is contained in:
parent
187478464c
commit
13c49524ba
8 changed files with 314 additions and 107 deletions
13
bin/cluelesshd/cluelesshd.toml
Normal file
13
bin/cluelesshd/cluelesshd.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue