parse config file

This commit is contained in:
nora 2024-08-26 22:34:26 +02:00
parent 187478464c
commit 13c49524ba
8 changed files with 314 additions and 107 deletions

View 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"