我正在尝试调试新用户帐户无法通过命令使用 RSA 密钥身份验证成功通过 SSH 连接到 Centos 7 服务器的事实
ssh theuser@theserver
Run Code Online (Sandbox Code Playgroud)
可以进行以下观察:
任何人都可以建议我应该采取的任何后续步骤来尝试找到这个问题的根源,因为我和我的同事都被困住了?
编辑:包括 ssh -vvv 输出
debug1: Host 'theserver' is known and matches the ECDSA host key.
debug1: Found key in /Users/ambulare/.ssh/known_hosts:20
debug3: send packet: type 21
debug2: set_newkeys: mode 1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug3: receive packet: type 21
debug1: SSH2_MSG_NEWKEYS received …
Run Code Online (Sandbox Code Playgroud)