我正在帮助一位在使用公钥身份验证连接到我维护的服务器时遇到问题的朋友。公钥身份验证适用于其他几个用户。当然,我朋友的公钥在服务器上的authorized_keys-file中。
debug1: Host 'xxxxx' is known and matches the RSA host key.
debug1: Found key in /home/xxx/.ssh/known_hosts:3
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found …Run Code Online (Sandbox Code Playgroud) 如何更改远程蓝牙设备的友好设备名称(使用 Linux 或类似工具中的命令行工具)?我看过一些软件中包含的bluez-tools如hcitool和bt-device,但这些都没有的功能更改远程设备的名称。似乎也没有任何 HCI 命令可以执行此操作。
我知道可以在许多蓝牙管理器中更改设备的别名,但这不是一回事。别名仅在本地计算机上可见,而设备名称对所有新设备可见。