我使用 SSH 从我的 Android 手机访问 Ubuntu 18.10。(我认为这并不重要,但我通过 AIO Launcher 中的插件来实现这一点。)
SSH 连接正常,我可以通过 关闭/打开音量amixer -q -D pulse sset Master toggle
。
但是我需要能够使用手机重新启动/关闭计算机,但这不起作用。
我测试过,systemctl reboot
在 Ubuntu PC 的命令行中输入命令可以重启电脑(无需输入“sudo”)。但在手机上输入命令却没有任何反应。我相信这是预期的行为,因为我需要拥有超级管理员权限才能通过 SSH 重启电脑。但不幸的是,输入命令sudo systemctl reboot
也没有任何反应(我以为会要求输入密码,但事实并非如此)。
该杂志对此是这样说的:
Accepted password for ### from ### by (uid=0)
New session 16 of user ###.
Started Session 16 of user ###.
pam_unix(sudo:auth): conversation failed
pam_unix(sudo:auth): auth could not identify password for [###]
pam_unix(sshd:session): session closed for user ###
Removed session 16.
答案1
我正在使用sudo reboot
和sudo poweroff
命令,没有任何问题。