openwrt-packages/net/openssh/files/sshd.config

7 lines
125 B
Plaintext

config sshd
option enable '1'
option PasswordAuth '1'
option Port '22'
option RootPasswordAuth '1'
option RootLogin '1'