-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Lookup key should just be dropbear
Default from Beryl AX (maybe)
config dropbear
option PasswordAuth 'on'
option RootPasswordAuth 'on'
option Port '22'
https://openwrt.org/docs/guide-user/base-system/dropbear
resource "openwrt_dropbear" "dropbear" {
password_auth = "on"
root_passwod_auth = "on"
port = "22"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request