做反向代理的时候,
本地内网电脑 以 root 身份执行
ssh -R 10086:localhost:22 root@aliyun
另一台电脑
ssh -p 10086 root@aliyun -vvv
报错信息为:
root@aliyun's password:
debug2: we sent a password packet, wait for reply
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
但直接 ssh root@aliyun 能成功
求解释