Files
quectel-rgmii-toolkit/sshd
Zach Brown 74790da711 SSH updates
2024-04-09 15:48:46 +00:00
..
2024-04-07 01:46:29 +00:00
2024-04-09 15:48:46 +00:00

Generate Host Keys

ssh-keygen -A

Must edit in /opt/etc/ssh/sshd_config

PasswordAuthentication yes UsePAM yes PermitRootLogin yes

Need to add ssh user in /opt/etc/passwd

sshd:x:106:65534:Linux User,,,:/opt/run/sshd:/bin/nologin