Add OpenWrt SSH status
This commit is contained in:
@@ -84,6 +84,16 @@ gitea:
|
||||
token: ""
|
||||
verify_tls: true
|
||||
|
||||
openwrt:
|
||||
host: "10.10.10.1"
|
||||
user: "root"
|
||||
port: 22
|
||||
# Optional identity file for SSH
|
||||
identity_file: ""
|
||||
# Disable strict host key checking for auto-accept
|
||||
strict_host_key_checking: false
|
||||
timeout_sec: 8
|
||||
|
||||
security:
|
||||
reboot_password: "CHANGE_ME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user