Skip to content

openwrt_dropbear #4

@Foxboron

Description

@Foxboron

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions