对于ssh,我通常会将密钥添加到/etc/ssh/keys-root/authorized_keys以便我可以在不input密码的情况下login。 我最近发现了一些使用dropbear ssh而不是ssh / openssh的系统。 是否有相当于authorized_keys dropbear? 有没有办法为dropbear添加授权密钥?
看来Dropbear与本文档中的 ~/.ssh/authorized_keys公钥authentication兼容。 (以及我从快速Googlesearch中看到的所有文档/设置)