当我试图用如下命令行采用 SSH 远程登录到运行在 CloudFoundry 环境下的应用时,
cf ssh -N -T -L 9229:127.0.0.1:9229 jerry-demo-server
遇到这个错误消息:
ssh: unable to authenticate, attempted methods [none password], no supported methods remain
https://stackoverflow.com/que…
https://pvtl.force.com/s/arti…
使用命令行查看我的这个应用的 ssh-enabled 标志位:
cf ssh-enabled jerry-demo-server
发现处于 disabled 状态:
于是用命令行将这个标志位打开:
cf enable-ssh jerry-demo-server
cf ssh-enabled jerry-demo-server
cf enable-ssh jerry-demo-server
之后重启应用:
问题解决。
要获取更多 Jerry 的原创文章,请关注公众号 ” 汪子熙 ”: