Skip to content

ansible role for configuring SSH aspects of your openwrt system

License

Notifications You must be signed in to change notification settings

flandiGT/openwrt-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openwrt-ssh

configure general aspects of your openwrt ssh. see: [https://wiki.openwrt.org/doc/howto/dropbear.public-key.auth]

Dependencies

Role Variables

variable name type default
port port as number 22
password_auth boolean True
root_password_auth boolean True
authorized_keys array of strings Array of ssh authorized keys

Example Playbook

- role: openwrt-ssh
  port: 22
  password_auth: True
  root_password_auth: True
  authorized_keys:
    - 'ssh-rsa AsLni1gBzlYKyjM0Ho...4bXURWWQoZAAyic9diM user@computer'

Official documentation:

About

ansible role for configuring SSH aspects of your openwrt system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published