软件常见问题¶
- Q: What kind of public key is expected for SSH access?
希望有一个openssh风格的(公钥)。根据你的操作系统,有不同的方法来确定你的公钥。一种可能是``ssh-add -L``,另一种可能是``cat ~/.ssh/id_rsa.pub``。如果你使用Putty,请看`Putty文档`_。
- Q: Can the operating system be extended or configured manually?
是的,你可以通过NextBox Nextcloud应用程序设置ssh访问。之后,你可以使用ssh访问你的NextBox,你可以对系统做任何你想做的事。显然,我们将只提供对NextBox股票配置的支持。
- Q: How can I update the Operating System?
没有必要手工更新NextBox操作系统。这是用``unattended-upgrades``完成的,在每次启动时,*nextbox-daemon*会手动检查升级(作为一个冗余的后备解决方案)。你可以自由地使用``apt``手动更新你的操作系统,如果你知道自己在做什么的话。
- Q: Is the NextBox running a 32bit or 64bit operating system?
使用的操作系统是64位系统。``arch``输出。aarch64.
- Q: Which users and default passwords are created by default on the NextBox's operating system?
在任何(系统)用户上都没有设置一个默认密码。唯一创建的非系统用户名为``nextuser``,没有默认密码。访问NextBox的唯一方法是使用``ssh``与公钥,可以通过NextBox应用程序设置。